Nvim: improvements to syntax highlighting and add a couple of plugins

This commit is contained in:
Marko Korhonen 2021-08-18 21:20:20 +03:00
parent cd62b162b8
commit e18f384d41
13 changed files with 27 additions and 41 deletions

View file

@ -2,5 +2,6 @@ require'nvim-treesitter.configs'.setup {
ensure_installed = 'maintained',
highlight = {enable = true},
indent = {enable = true},
incremental_selection = {enable = true}
incremental_selection = {enable = true},
context_commentstring = {enable = true}
}