diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/getchoo/plugins/lsp.lua | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lua/getchoo/plugins/lsp.lua b/lua/getchoo/plugins/lsp.lua index 7ca1083..1732679 100644 --- a/lua/getchoo/plugins/lsp.lua +++ b/lua/getchoo/plugins/lsp.lua @@ -19,11 +19,8 @@ require("nvim-treesitter.configs").setup({ auto_install = false, highlight = { enable = true }, indent = { enable = true }, - context_commentstring = { - enable = true, - enable_autocmd = false, - }, }) ----- trouble +vim.g.skip_ts_context_commentstring_module = true + require("trouble").setup() |
