Switch nvim to astronvim

This commit is contained in:
Tobias Reisinger 2024-02-25 18:53:24 +01:00
parent a1d2535956
commit 6ec64f09c8
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
31 changed files with 414 additions and 319 deletions
.config/astronvim/lua/user/plugins

View 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" },
}