Files
nvim-config/lua/plugins/help.lua
2025-07-26 22:43:40 +02:00

23 lines
652 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)",
-- },
-- },
-- }
}