Add treesitter

This commit is contained in:
Marko Korhonen 2021-01-30 16:17:39 +02:00
parent 30f10719f2
commit 2e004f2295
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
3 changed files with 20 additions and 4 deletions

View file

@ -0,0 +1,12 @@
require'nvim-treesitter.configs'.setup {
ensure_installed = 'maintained',
highlight = {
enable = true
},
indent = {
enable = true
},
incremental_selection = {
enable = true
}
}