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/community.lua
Normal file
9
.config/astronvim/lua/user/plugins/community.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
-- Add the community repository of plugin specifications
|
||||
"AstroNvim/astrocommunity",
|
||||
-- example of importing a plugin, comment out to use it or add your own
|
||||
-- available plugins can be found at https://github.com/AstroNvim/astrocommunity
|
||||
|
||||
{ import = "astrocommunity.colorscheme.dracula-nvim" },
|
||||
-- { import = "astrocommunity.completion.copilot-lua-cmp" },
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue