nvcheatsheet: exclude some groups by default

v2.5
siduck 2 weeks ago
parent 4f4c43a2b9
commit cbecbe6b4a

@ -61,7 +61,10 @@ M.ui = {
},
},
cheatsheet = { theme = "grid", excluded_groups = {} }, -- simple/grid
cheatsheet = {
theme = "grid", -- simple/grid
excluded_groups = { "terminal (t)", "autopairs", "Nvim" }, -- can add group name or with mode
},
lsp = { signature = true },

Loading…
Cancel
Save