updated treesitter and rainbox

This commit is contained in:
Oliver Hartmann 2024-07-14 22:04:17 +02:00
parent 041d681f7a
commit 9becf1cfcb
2 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,5 @@ return {
'HiPhish/rainbow-delimiters.nvim',
dependencies = 'nvim-treesitter/nvim-treesitter',
event = 'VeryLazy',
version = false,
}

View File

@ -1,6 +1,6 @@
return {
'nvim-treesitter/nvim-treesitter',
version = '*',
version = false,
build = ':TSUpdate',
config = function()
require('nvim-treesitter.install').compilers = { 'clang' }