Disable alpha-nvim

This commit is contained in:
2023-12-10 09:45:22 +01:00
parent 28fb285525
commit 2ab379d249

View File

@@ -1,6 +1,5 @@
return { return {
-- Disable core plugins { "goolord/alpha-nvim", enabled = false },
-- { "goolord/alpha-nvim", enabled = false },
-- Which-key -- Which-key
-- { -- {
-- "folke/which-key.nvim", -- "folke/which-key.nvim",
@@ -10,5 +9,4 @@ return {
-- }, -- },
-- }, -- },
-- } -- }
} }