updated treesitter and rainbox

This commit is contained in:
2024-07-14 22:04:17 +02:00
parent 041d681f7a
commit 9becf1cfcb
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -2,4 +2,5 @@ return {
'HiPhish/rainbow-delimiters.nvim',
dependencies = 'nvim-treesitter/nvim-treesitter',
event = 'VeryLazy',
version = false,
}
+1 -1
View File
@@ -1,6 +1,6 @@
return {
'nvim-treesitter/nvim-treesitter',
version = '*',
version = false,
build = ':TSUpdate',
config = function()
require('nvim-treesitter.install').compilers = { 'clang' }