updated treesitter and rainbox
This commit is contained in:
parent
041d681f7a
commit
9becf1cfcb
@ -2,4 +2,5 @@ return {
|
||||
'HiPhish/rainbow-delimiters.nvim',
|
||||
dependencies = 'nvim-treesitter/nvim-treesitter',
|
||||
event = 'VeryLazy',
|
||||
version = false,
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
return {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
version = '*',
|
||||
version = false,
|
||||
build = ':TSUpdate',
|
||||
config = function()
|
||||
require('nvim-treesitter.install').compilers = { 'clang' }
|
||||
|
Loading…
x
Reference in New Issue
Block a user