Refactor directory structure
This commit is contained in:
parent
b9d1194133
commit
82abe92d8b
8 changed files with 41 additions and 9 deletions
6
home/.config/nvim/lua/pluginconf/treesitter.lua
Normal file
6
home/.config/nvim/lua/pluginconf/treesitter.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
require'nvim-treesitter.configs'.setup {
|
||||
ensure_installed = 'maintained',
|
||||
highlight = {enable = true},
|
||||
indent = {enable = true},
|
||||
incremental_selection = {enable = true}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue