Compare commits
No commits in common. "4a7f9a11dfa86203970db875408f26b01e967227" and "60a8ea905787c27cbd854985e47dc2195e763732" have entirely different histories.
4a7f9a11df
...
60a8ea9057
|
@ -1,3 +1,5 @@
|
||||||
|
if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
|
||||||
|
|
||||||
-- AstroCommunity: import any community modules here
|
-- AstroCommunity: import any community modules here
|
||||||
-- We import this file in `lazy_setup.lua` before the `plugins/` folder.
|
-- We import this file in `lazy_setup.lua` before the `plugins/` folder.
|
||||||
-- This guarantees that the specs are processed before any user plugins.
|
-- This guarantees that the specs are processed before any user plugins.
|
||||||
|
@ -7,16 +9,4 @@ return {
|
||||||
"AstroNvim/astrocommunity",
|
"AstroNvim/astrocommunity",
|
||||||
{ import = "astrocommunity.pack.lua" },
|
{ import = "astrocommunity.pack.lua" },
|
||||||
-- import/override with your plugins folder
|
-- 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" },
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue