Switch nvim to astronvim
This commit is contained in:
parent
a1d2535956
commit
6ec64f09c8
31 changed files with 414 additions and 319 deletions
.config/astronvim/lua/user/plugins
9
.config/astronvim/lua/user/plugins/treesitter.lua
Normal file
9
.config/astronvim/lua/user/plugins/treesitter.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = function(_, opts)
|
||||
-- add more things to the ensure_installed table protecting against community packs modifying it
|
||||
opts.ensure_installed = require("astronvim.utils").list_insert_unique(opts.ensure_installed, {
|
||||
-- "lua"
|
||||
})
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue