Legendary.nvim Configs #95
Replies: 2 comments 7 replies
-
Hello! I'm hitting a 404 with your links, and I'd like to see how to set this up within LSP on_attach functions for language dependent mappings. Any insight? Thanks for building this BTW. |
Beta Was this translation helpful? Give feedback.
-
Re: Load keymaps, etc. before calling require('legendary').keymaps(keymaps/commands, etc) Question: Would it be possible, to use a _G to queue keymaps/commands, etc? Then via an autocmd call require at VimEnter ? Example: _G.KM.add( {'', :Legendary', description='Legendary Find', opt = myOpts}, ... ) This way I can map keys/commands anywhere in my config sequence, even before Legendary has loaded. Which is want I want to do. Many thanks / Matt R. |
Beta Was this translation helpful? Give feedback.
-
If you want to show off your
legendary.nvim
configs, do it here!legendary.nvim
configurationlsp_*
maps in the above modules only get bound in my LSPon_attach
functionBeta Was this translation helpful? Give feedback.
All reactions