Files
AstroConfig/lua/plugins/00-core.lua
2024-01-28 11:41:35 +01:00

14 lines
263 B
Lua

---@type LazySpec
return {
{ "goolord/alpha-nvim", enabled = false },
-- Which-key
-- {
-- "folke/which-key.nvim",
-- opts = {
-- plugins = {
-- registers = false,
-- },
-- },
-- }
}