mirror of
https://github.com/Hydroxycarbamide/astrovim_user.git
synced 2025-05-05 04:39:06 -04:00
Initial commit
This commit is contained in:
commit
7bedf3cc3a
13 changed files with 338 additions and 0 deletions
6
plugins/treesitter.lua
Normal file
6
plugins/treesitter.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
-- ensure_installed = { "lua" },
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue