new branch
This commit is contained in:
11
lua/space-user/treesitter.lua
Normal file
11
lua/space-user/treesitter.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
local treesitter = require('nvim-treesitter.configs')
|
||||
|
||||
treesitter.setup {
|
||||
highlight = {
|
||||
enable = true
|
||||
},
|
||||
indent = {
|
||||
enable = true,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user