From 408ad0680dee0653fe5262e2060fd82b5689d040 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 19 Mar 2021 16:06:01 -0400 Subject: chad treesitter autotag replaces 2 plugins --- lua/nv-treesitter/init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lua/nv-treesitter/init.lua') 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}} } -- cgit v1.2.3