This commit is contained in:
Chris 2021-03-11 01:40:20 -05:00
parent fdb0d5bd29
commit 46b3191530
13 changed files with 2878 additions and 65 deletions

View file

@ -3,17 +3,18 @@ require'nvim-treesitter.configs'.setup {
highlight = {
enable = true, -- false will disable the whole extension
},
}
require "nvim-treesitter.configs".setup {
playground = {
enable = true,
disable = {},
updatetime = 25, -- Debounced time for highlighting nodes in the playground from source code
persist_queries = false -- Whether the query persists across vim sessions
},
rainbow = {
enable = false
}
}
-- require'nvim-treesitter.configs'.setup {
-- refactor = {
-- highlight_current_scope = { enable = false },