diff --git a/lua/nvconfig.lua b/lua/nvconfig.lua index 9ee7588..838f870 100644 --- a/lua/nvconfig.lua +++ b/lua/nvconfig.lua @@ -63,7 +63,7 @@ M.ui = { cheatsheet = { 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 },