mirror of
https://github.com/Hydroxycarbamide/astrovim_user.git
synced 2025-05-04 20:29:08 -04:00
add more plugins
This commit is contained in:
parent
e8bdb97825
commit
2b0d610fe0
2 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
-- AstroCommunity: import any community modules here
|
||||
-- We import this file in `lazy_setup.lua` before the `plugins/` folder.
|
||||
-- This guarantees that the specs are processed before any user plugins.
|
||||
|
@ -8,5 +7,9 @@ return {
|
|||
"AstroNvim/astrocommunity",
|
||||
{ import = "astrocommunity.pack.lua" },
|
||||
-- import/override with your plugins folder
|
||||
{ import = "astrocommunity.colorscheme.catppuccin" }
|
||||
{ import = "astrocommunity.colorscheme.catppuccin" },
|
||||
--{ import = "astrocommunity.scrolling.nvim-scrollbar" },
|
||||
{ import = "astrocommunity.scrolling.satellite-nvim" },
|
||||
{ import = "astrocommunity.scrolling.neoscroll-nvim" },
|
||||
{ import = "astrocommunity.git.git-blame-nvim" },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue