diff options
author | christianchiarulli <[email protected]> | 2021-07-09 21:34:12 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-09 21:34:12 -0400 |
commit | 4ff04e31f0216278f0549b5c493e153d66759e00 (patch) | |
tree | 9cfce5e41503beb0d66448eba89328198a921c62 /lua/lv-treesitter/init.lua | |
parent | b8182d5aeecd50ad6a7d4f5b9b1a8ccbd8bbad02 (diff) |
config refactor
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 |