prabirshrestha / vim-lsp

async language server protocol plugin for vim and neovim
MIT License
3.12k stars 305 forks source link

Undo in neovim #1534

Open hoagy-davis-digges opened 7 months ago

hoagy-davis-digges commented 7 months ago

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?

hoagy-davis-digges commented 7 months ago

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