Refactor directory structure

This commit is contained in:
Marko Korhonen 2021-01-30 22:52:22 +02:00
parent b9d1194133
commit 82abe92d8b
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
8 changed files with 41 additions and 9 deletions

View file

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