diff options
Diffstat (limited to 'lua/lv-treesitter/init.lua')
-rw-r--r-- | lua/lv-treesitter/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lv-treesitter/init.lua b/lua/lv-treesitter/init.lua index 55f45809..649141f3 100644 --- a/lua/lv-treesitter/init.lua +++ b/lua/lv-treesitter/init.lua @@ -121,7 +121,7 @@ treesitter_configs.setup { keymaps = { ["."] = "textsubjects-smart", [";"] = "textsubjects-big" }, }, playground = { - enable = O.plugin.ts_playground.active, + enable = false, disable = {}, updatetime = 25, -- Debounced time for highlighting nodes in the playground from source code persist_queries = false, -- Whether the query persists across vim sessions |