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