fedemengo / nvim

Neovim configuration in Fennel
MIT License
2 stars 0 forks source link

Telescope mappings don't show in which-key #8

Closed fedemengo closed 1 year ago

fedemengo commented 1 year ago

I think this has something to do with

which_key: health#which_key#check
========================================================================
## WhichKey: checking conflicting keymaps
  - WARNING: conflicting keymap exists for mode **"n"**, lhs: **"f"**
  - INFO: rhs: ` `
  - WARNING: conflicting keymap exists for mode **"n"**, lhs: **"h"**
  - INFO: rhs: ` `

Registered mappings for f show

:map f
n  fe          * <Lua 48: ~/.config/nvim/lua/init.lua:51>
                 Diagnostics
n  fc          * <Lua 42: ~/.config/nvim/lua/init.lua:51>
                 Commands history
n  fb          * <Lua 41: ~/.config/nvim/lua/init.lua:51>
                 Buffer list
n  fz          * <Lua 40: ~/.config/nvim/lua/init.lua:51>
                 Fuzzy grep string
n  fs          * <Lua 39: ~/.config/nvim/lua/init.lua:51>
                 Find string
n  fg          * <Lua 38: ~/.config/nvim/lua/mods/tools/telescope.lua:30>
                 Grep string
n  ff          * <Lua 36: ~/.config/nvim/lua/mods/tools/telescope.lua:30>
                 Find files
fedemengo commented 1 year ago

02ea44e104920b6aaa54523983a1c205a7787271 is good enough