feat: Move personal plugins in separate dir

This commit is contained in:
Xavier Logerais
2026-09-24 19:08:36 +02:00
parent b7d0a60aee
commit 06bf692896
4 changed files with 1 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ require("lazy").setup({
}, },
{ import = "community" }, { import = "community" },
{ import = "plugins" }, { import = "plugins" },
{ import = "plugins.custom" },
} --[[@as LazySpec]], { } --[[@as LazySpec]], {
-- Configure any other `lazy.nvim` configuration options here -- Configure any other `lazy.nvim` configuration options here
install = { colorscheme = { "astrotheme", "habamax" } }, install = { colorscheme = { "astrotheme", "habamax" } },