You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just looked at: lua/lsp-setup/utils.lua and it seems like opts are hardcoded.
I guess changing the config to support something like that is possible, but maybe you don't want to add this kind of complexity (after all, this plugin exists to reduce configuration complexity).
If you'll be open to such change, let me know, and I can try to implement it :)
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: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!
The text was updated successfully, but these errors were encountered: