Nvim: modernize config + some tweaks in lsp

This commit is contained in:
Robert Kmieć
2022-05-31 22:09:46 +02:00
committed by Robert Kmiec
parent c8dcb66279
commit e1b0b4ae4d
7 changed files with 89 additions and 44 deletions

View File

@@ -5,7 +5,7 @@ ts = require'nvim-treesitter.configs'
ts.setup {
highlight = {
enable = true,
additional_vim_regex_highlighting = true,
additional_vim_regex_highlighting = false,
},
ensure_installed = {
"bash",