24 lines
687 B
Lua
24 lines
687 B
Lua
-- ╭────────────╮
|
|
-- │ Usage help │
|
|
-- ╰────────────╯
|
|
return {
|
|
-- Breaks LSP attach
|
|
-- {
|
|
-- "folke/which-key.nvim",
|
|
-- event = "VeryLazy",
|
|
-- opts = function()
|
|
-- return require("plugins.opts.whichKey")
|
|
-- end,
|
|
-- keys = {
|
|
-- {
|
|
-- "<leader>?",
|
|
-- function()
|
|
-- require("which-key").show({ global = false })
|
|
-- end,
|
|
-- desc = "Buffer Local Keymaps (which-key)",
|
|
-- },
|
|
-- },
|
|
-- }
|
|
{ 'ThePrimeagen/vim-be-good' }
|
|
}
|