diff options
author | Chris <[email protected]> | 2021-03-19 16:06:01 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-19 16:06:01 -0400 |
commit | 408ad0680dee0653fe5262e2060fd82b5689d040 (patch) | |
tree | c1898fe8d6b46eb447c713f986bd20af3e1af25b /lua/nv-treesitter/init.lua | |
parent | 2890ce665e2be78410dc9ffcf0e1afa7ede51595 (diff) |
chad treesitter autotag replaces 2 plugins
Diffstat (limited to 'lua/nv-treesitter/init.lua')
-rw-r--r-- | lua/nv-treesitter/init.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/nv-treesitter/init.lua b/lua/nv-treesitter/init.lua index 886dcad8..bccb0450 100644 --- a/lua/nv-treesitter/init.lua +++ b/lua/nv-treesitter/init.lua @@ -9,7 +9,8 @@ require'nvim-treesitter.configs'.setup { 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}, + autotag = {enable = true}, + rainbow = {enable = false} -- refactor = {highlight_definitions = {enable = true}} } |