diff --git a/lua/nvconfig.lua b/lua/nvconfig.lua index 8c46232..9ee7588 100644 --- a/lua/nvconfig.lua +++ b/lua/nvconfig.lua @@ -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 },