prabirshrestha / vim-lsp

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

use feedkeys(xxx, 'ni'), fix #1345 #1493

Closed ZSaberLv0 closed 10 months ago

prabirshrestha commented 11 months ago

@ZSaberLv0 can you rebase to latest master and fix the merge conflicts?

ZSaberLv0 commented 11 months ago

@ZSaberLv0 can you rebase to latest master and fix the merge conflicts?

@prabirshrestha merged

prabirshrestha commented 11 months ago

Have you also tried https://github.com/prabirshrestha/vim-lsp/pull/1429. Seems a bit similar

ZSaberLv0 commented 11 months ago

Have you also tried #1429. Seems a bit similar

it also solves the issue, by a different logic:

prabirshrestha commented 10 months ago

Merged. Thanks!

prabirshrestha commented 10 months ago

Had to revert the PR. didn't work with https://github.com/cohama/lexima.vim.