nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.41k stars 287 forks source link

Use nx mode to avoid remap keys #1368

Closed yehuohan closed 8 months ago

yehuohan commented 8 months ago

This PR try to use 'nx' mode for feedkeys to avoid remap keys. So scroll keys won't break with user's mappings.

yehuohan commented 7 months ago

@glepnir Seemed there's something unexpected in this PR. You had merged this PR, but ths latest code doesn't contain changes of this PR. Is it because I deleted the fork after your merge?