add some plugins
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
|
||||
|
||||
-- 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.
|
||||
@@ -9,4 +7,16 @@ return {
|
||||
"AstroNvim/astrocommunity",
|
||||
{ import = "astrocommunity.pack.lua" },
|
||||
-- import/override with your plugins folder
|
||||
|
||||
-- Color scheme
|
||||
{ import = "astrocommunity.colorscheme.catppuccin", enabled = true },
|
||||
|
||||
-- python
|
||||
{ import = "astrocommunity.pack.python" },
|
||||
|
||||
-- css and html
|
||||
{ import = "astrocommunity.pack.json" },
|
||||
|
||||
-- AI Copylot
|
||||
{ import = "astrocommunity.completion.copilot-lua" },
|
||||
}
|
||||
|
Reference in New Issue
Block a user