From 7430ebed8eab0364452a6cdcaa209f8a7288e44d Mon Sep 17 00:00:00 2001 From: Squibid Date: Thu, 8 May 2025 18:18:34 -0500 Subject: kitchen sink now don't support any version lower than 0.11.0 for lsp - dap now works for java and c --- lua/conf/plugins/treesitter.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/conf/plugins/treesitter.lua') diff --git a/lua/conf/plugins/treesitter.lua b/lua/conf/plugins/treesitter.lua index d9607e3..e473de4 100644 --- a/lua/conf/plugins/treesitter.lua +++ b/lua/conf/plugins/treesitter.lua @@ -25,7 +25,7 @@ return { "nvim-treesitter/nvim-treesitter", enable = true, disable = function(lang, _) - -- disable indenting in php (it"s more broken with than without) + -- disable indenting in php (it's more broken with than without) return table.contains(({ "php" }), lang) @@ -39,7 +39,7 @@ return { "nvim-treesitter/nvim-treesitter", additional_vim_regex_highlighting = true, disable = function(lang, buf) - -- disable in some files where vim"s builtin highlighting is better + -- disable in some files where vim's builtin highlighting is better if table.contains(({ "diff", "tex" }), lang) then -- cgit v1.2.1