mirror of
https://github.com/neovim/neovim.git
synced 2026-03-01 13:53:02 +10: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.