Nvim: improvements to syntax highlighting and add a couple of plugins
This commit is contained in:
parent
cd62b162b8
commit
e18f384d41
13 changed files with 27 additions and 41 deletions
|
@ -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}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue