From 020b8e4428d6d6ed3cf1d6afc899cb2f76aab1a0 Mon Sep 17 00:00:00 2001 From: siduck Date: Sun, 19 May 2024 19:35:06 +0530 Subject: [PATCH] nvcheatsheet: exclude Opens group #2846 --- lua/nvconfig.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/nvconfig.lua b/lua/nvconfig.lua index 9ee75887..838f8708 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 },