chentoast / marks.nvim

A better user experience for viewing and interacting with Vim marks.
MIT License
783 stars 40 forks source link

Add descriptions to keymaps / move to vim.keymap.set() setup #102

Open einalex opened 6 months ago

einalex commented 6 months ago

It would be great to make use of the nvim 0.7+ feature of adding descriptions to key mappings.

This is possible e.g. by calling vim.keymap.set(mode, keycode, function, options) with options including a 'desc' key as such: {desc='my awesome keybinding').