add excluded_groups feature for nvcheatsheet

729bb24921
This commit is contained in:
siduck 2024-04-28 16:08:25 +05:30
parent f8e6c59985
commit 3b5f1bd42a

View File

@ -61,7 +61,7 @@ M.ui = {
}, },
}, },
cheatsheet = { theme = "grid" }, -- simple/grid cheatsheet = { theme = "grid", excluded_groups = {} }, -- simple/grid
lsp = { signature = true }, lsp = { signature = true },