Files
AstroConfig/lua/plugins/00-core.lua
2023-12-09 23:30:29 +01:00

15 lines
277 B
Lua

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