mirror of
https://github.com/Xevion/astronvim_config.git
synced 2025-12-07 09:14:25 -06:00
Add nvim-scrollbar, neoscroll-nvim, nvim-surround & vim-wakatime plugins from Astrocommunity
This commit is contained in:
@@ -3,7 +3,10 @@ return {
|
|||||||
"AstroNvim/astrocommunity",
|
"AstroNvim/astrocommunity",
|
||||||
-- example of importing a plugin, comment out to use it or add your own
|
-- 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
|
-- available plugins can be found at https://github.com/AstroNvim/astrocommunity
|
||||||
|
{ import = "astrocommunity.colorscheme.catppuccin" },
|
||||||
-- { 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" },
|
-- { import = "astrocommunity.completion.copilot-lua-cmp" },
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user