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 },