kohnish

Results 21 comments of kohnish

This might reproduce the issue. ``` # configure lsp with clangd in vimrc with compile commands json. (the step will be added if necessary) # clang-format plugin mkdir -p ~/.vim/pack/test/start...

` autocmd BufWipeOut * call lsp#removeFile(expand('')->str2nr())` might be the culprit.

I implemented only incoming call hierarchy in my dirty branch in vim9script. https://github.com/kohnish/vim-lsc You can just do `gi` and keep pressing enter to open the parents.

Thanks for such a prompt response. It's a zero or one-off trigger per vim command, but I have a plugin with an external process started by job_start, but it's only...

sorry I wasn't clear. I meant the process I start is unnecessary unless :terminal or :shell is called. It doesn't necessarily depends on job_start. The exact source code would the...

Thanks for the tip. It seems cpaste is used for ctrl + shift + v paste. I use shift insert / middle click. I guess it is default feature of...

Thanks. Unfortunately I migrated to vim-lsc which seems to be more feature rich with differential diagnostics and hierarchy tree window and etc. But I'll give lsp try again sometime and...

Yes, only :term or :sh is the use case for it.

Awesome that many pull requests are getting merged now. Thanks a lot @ximion. This happens when it's quake mode full screen by the way. I just tried master, and it...

Whoever wants full reset can use this commit instead. https://github.com/kohnish/emacs-libvterm/commit/8d60dc4776d6b2151dbd10e6b8cdcbb1fb707f52