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:
@ -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
|
||||
|
Reference in New Issue
Block a user