nvcheatsheet: exclude Opens group #2846

This commit is contained in:
siduck 2024-05-19 19:35:06 +05:30
parent e7d4ff89e9
commit 020b8e4428

View File

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