switched to astronvim;

This commit is contained in:
2025-05-03 15:37:14 +02:00
parent 2537ad9ac9
commit 0896de2c4f
35 changed files with 568 additions and 6120 deletions

View File

@@ -0,0 +1,12 @@
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.
---@type LazySpec
return {
"AstroNvim/astrocommunity",
{ import = "astrocommunity.pack.lua" },
-- import/override with your plugins folder
}