updated treesitter and rainbox
This commit is contained in:
@@ -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' }
|
||||||
|
|||||||
Reference in New Issue
Block a user