kitchen sink now don't support any version lower than 0.11.0 for lsp

- dap now works for java and c
This commit is contained in:
2025-05-08 18:18:34 -05:00
parent 7c3289fded
commit 7430ebed8e
19 changed files with 492 additions and 686 deletions

View File

@ -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