From 55362b1db856dac93bba227b5fb30f4e025d79c8 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 1 Dec 2023 12:19:52 +0000 Subject: [PATCH] home: vim: add remove deprecated option The plug-in now configures itself automatically. I could also set `vim.g.skip_ts_context_commentstring_module = true`, but that should be removed soon enough anyway, and I would forget to remove it... --- modules/home/vim/plugin/settings/tree-sitter.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/home/vim/plugin/settings/tree-sitter.lua b/modules/home/vim/plugin/settings/tree-sitter.lua index 0d84abd..5503857 100644 --- a/modules/home/vim/plugin/settings/tree-sitter.lua +++ b/modules/home/vim/plugin/settings/tree-sitter.lua @@ -8,9 +8,6 @@ ts_config.setup({ indent = { enable = true, }, - context_commentstring = { - enable = true, - }, textobjects = { select = { enable = true,