nvcheatsheet: exclude some groups by default
This commit is contained in:
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…
Reference in New Issue
Block a user