mirror of
https://github.com/Xevion/astronvim_config.git
synced 2025-12-06 15:14:24 -06:00
13 lines
596 B
Lua
13 lines
596 B
Lua
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.catppuccin" },
|
|
{ import = "astrocommunity.scrolling.nvim-scrollbar" },
|
|
{ import = "astrocommunity.scrolling.neoscroll-nvim"},
|
|
{ import = "astrocommunity.motion.nvim-surround" },
|
|
{ import = "astrocommunity.media.vim-wakatime" }
|
|
-- { import = "astrocommunity.completion.copilot-lua-cmp" },
|
|
}
|