diff options
Diffstat (limited to 'user/.config/nvim/lua/user/plugins/community.lua')
| -rw-r--r-- | user/.config/nvim/lua/user/plugins/community.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/user/.config/nvim/lua/user/plugins/community.lua b/user/.config/nvim/lua/user/plugins/community.lua new file mode 100644 index 0000000..9fbafdd --- /dev/null +++ b/user/.config/nvim/lua/user/plugins/community.lua @@ -0,0 +1,10 @@ +return { + -- Add the community repository of plugin specifications + "AstroNvim/astrocommunity", + -- example of imporing 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.catppuccin" }, + { import = "astrocommunity.motion.nvim-surround" }, + -- { import = "astrocommunity.completion.copilot-lua-cmp" }, +} |
