Hi, thanks for this plugin, it makes my init.lua much nicer.
I apologize in advance if this is a silly question, I'm new to neovim.
Inspired by kickstart.nvim, I set mappings like this:
vim.keymap.set('n', 'gd', vim.lsp.buf.definition, { buffer = bufnr, desc = '[G]o to [D]efinition' })
which made integration with which-key really nice.
Is there a way to achieve this simply with this plugin? Or should I just set default_mappings = false and configure it manually?
Thanks!
Hi, thanks for this plugin, it makes my
init.luamuch nicer.I apologize in advance if this is a silly question, I'm new to neovim.
Inspired by
kickstart.nvim, I set mappings like this:which made integration with
which-keyreally nice.Is there a way to achieve this simply with this plugin? Or should I just set
default_mappings = falseand configure it manually?Thanks!