mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 20:12:36 +00:00
Replace direct function mappings with `<Plug>` mappings for cycling through overloaded signatures, providing better customization options for users. This change keeps the default mapping (`<C-s>`) for cycling if `<Plug>(nvim.lsp.ctrl-s)` is not mapped.