Move to NvChad 3.5; move repository path to a variable.
This commit is contained in:
parent
447a1f0511
commit
af1740df8d
21 changed files with 290 additions and 20 deletions
16
_unused/astronvim/plugins/treesitter.lua
Normal file
16
_unused/astronvim/plugins/treesitter.lua
Normal file
|
@ -0,0 +1,16 @@
|
|||
return {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
version = "0.9.2",
|
||||
commit = false,
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"bash",
|
||||
"markdown",
|
||||
"markdown_inline",
|
||||
"python",
|
||||
"terraform",
|
||||
"vim",
|
||||
"yaml",
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue