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