From 3b5f1bd42a491db7e73cd27146cea89bf40b293a Mon Sep 17 00:00:00 2001 From: siduck Date: Sun, 28 Apr 2024 16:08:25 +0530 Subject: [PATCH] add excluded_groups feature for nvcheatsheet https://github.com/NvChad/ui/commit/729bb24921a834bd9cdb58129a23812ee3e1d77e --- lua/nvconfig.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/nvconfig.lua b/lua/nvconfig.lua index 499394f..8c46232 100644 --- a/lua/nvconfig.lua +++ b/lua/nvconfig.lua @@ -61,7 +61,7 @@ M.ui = { }, }, - cheatsheet = { theme = "grid" }, -- simple/grid + cheatsheet = { theme = "grid", excluded_groups = {} }, -- simple/grid lsp = { signature = true },