]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/coding.lua
lazyvim: remove which-key
[dotfiles.git] / nvim / lua / plugins / coding.lua
index 0ebe444f99cf7e5f95c67f212723011eb22863c6..eaa49cfb68e41b2ca832069939a7a290b37c34c0 100644 (file)
@@ -144,14 +144,6 @@ return {
         },
       }
     end,
-    config = function(_, opts)
-      require("mini.ai").setup(opts)
-      LazyVim.on_load("which-key.nvim", function()
-        vim.schedule(function()
-          LazyVim.mini.ai_whichkey(opts)
-        end)
-      end)
-    end,
   },
   -- comments
   { "numToStr/Comment.nvim",