Files
AstroConfig/lua/plugins/00-core.lua
2023-12-10 09:49:48 +01:00

13 lines
245 B
Lua

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