From f5395d89effc6c7b443923c09a7ce41f9d2a3399 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 26 Nov 2023 19:58:26 -0500 Subject: chore: don't use deprecated context_commentstring treesitter module --- lua/getchoo/plugins/lsp.lua | 7 ++----- 1 file 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() -- cgit v1.2.3