neovim start
This commit is contained in:
9
home-modules/nvim-lua/plugin/treesitter.lua
Normal file
9
home-modules/nvim-lua/plugin/treesitter.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
require('nvim-treesitter.configs').setup {
|
||||
ensure_installed = {},
|
||||
|
||||
auto_install = false,
|
||||
|
||||
highlight = { enable = true },
|
||||
|
||||
indent = { enable = true },
|
||||
}
|
||||
Reference in New Issue
Block a user