]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/ui.lua
lazyvim: remove which-key
[dotfiles.git] / nvim / lua / plugins / ui.lua
index 0cb899a94543e3e288d1efb5425b0b785603c121..5271ad65398b946ed82d89625eeb06f1b937ae4c 100644 (file)
@@ -1,10 +1,5 @@
----@type LazyPluginSpec
+---@type LazySpec
 return {
-  -- disabled plugins {{{
-  { "folke/which-key.nvim",
-    enabled = false,
-  },
-  -- }}}
   { 'echasnovski/mini.clue',
     -- NOTE: this caused some issue with unterminated mappings, i.e. <L>gc when there 
     -- is also <L>gcc. It would simply terminate early and not allow for next mapping.