notify of all LSP errors

This commit is contained in:
Christian Nieves
2023-06-23 15:13:43 -05:00
parent 2ce85a8584
commit 86ddcdb594
2 changed files with 18 additions and 18 deletions

View File

@ -19,7 +19,7 @@ require("nvim-treesitter.configs").setup({
-- Using this option may slow down your editor, and you may see some duplicate highlights.
-- Instead of true it can also be a list of languages
-- additional_vim_regex_highlighting = true,
additional_vim_regex_highlighting = { "java" },
-- additional_vim_regex_highlighting = { "java" },
},
-- rainbow = {
-- enable = true,