init (podpierdolenie)
This commit is contained in:
9
config/nvim/plugins/treesitter.lua
Normal file
9
config/nvim/plugins/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