-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers