notify of all LSP errors
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user