Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signs don't update after normal commands #186

Closed
soywod opened this issue Sep 30, 2018 · 2 comments
Closed

Signs don't update after normal commands #186

soywod opened this issue Sep 30, 2018 · 2 comments

Comments

@soywod
Copy link

soywod commented Sep 30, 2018

When signs are enabled, they don't update after normal commands like dd, Vd etc. I think there is a missing autocommand (TextChanged) at this position:

vim-lsp/autoload/lsp.vim

Lines 133 to 140 in 9806023

augroup lsp
autocmd!
autocmd BufReadPost * call s:on_text_document_did_open()
autocmd BufWritePost * call s:on_text_document_did_save()
autocmd BufWinLeave * call s:on_text_document_did_close()
autocmd InsertLeave * call s:on_text_document_did_change()
autocmd CursorMoved * call s:on_cursor_moved()
augroup END

I tried a bit on my fork and it doesn't slow the plugin, seems good!

@megalithic
Copy link

@soywod mind creating a PR for this so @prabirshrestha can get it merged in?

@stale
Copy link

stale bot commented Oct 18, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Oct 18, 2020
@stale stale bot closed this as completed Oct 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants