Skip to content

Commit 578729e

Browse files
authored
fix(grug-far-nvim): re-enable which-key for ft=grug-far (#1391)
1 parent 2ee11f6 commit 578729e

File tree

1 file changed

+0
-8
lines changed
  • lua/astrocommunity/search/grug-far-nvim

1 file changed

+0
-8
lines changed

lua/astrocommunity/search/grug-far-nvim/init.lua

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,6 @@ return {
104104
---@type CatppuccinOptions
105105
opts = { integrations = { grug_far = true } },
106106
},
107-
{
108-
"folke/which-key.nvim",
109-
optional = true,
110-
opts = function(_, opts)
111-
if not opts.disable then opts.disable = {} end
112-
opts.disable.ft = require("astrocore").list_insert_unique(opts.disable.ft, { "grug-far" })
113-
end,
114-
},
115107
{
116108
"nvim-neo-tree/neo-tree.nvim",
117109
optional = true,

0 commit comments

Comments
 (0)