mvllow / modes.nvim

Prismatic line decorations for the adventurous vim user
550 stars 13 forks source link

Fix which-key workaround in readme #51

Closed Miloas closed 9 months ago

Miloas commented 9 months ago

Original workaround does not work if there are other plugins prefix are d or y hooked by which-key like nvim-surround

require('which-key').setup({
  plugins = {
      presets = {
          operators = false,
      },
  },
})
mvllow commented 9 months ago

Grazie :)