vim-lsp
vim-lsp copied to clipboard
Undo in neovim
When I close the completion menu in neovim and hit undo, it cycles back through all of the options that I scrolled over in the menu, do you know what might be causing this?
Looks like its being caused by something in lsp#internal#completion#documentation#_enable since I can prevent it by setting g:lsp_completion_documentation_enabled = 0