Shougo

Results 758 comments of Shougo

https://github.com/hrsh7th/nvim-cmp/pull/2073 Please test the latest version.

I think the default plugins should be in `runtime/opt/...`

Some plugin or configuration may use netrw. Because it is builtin. So this is harder problem.

~~I think it is vimlparser issue instead.~~ https://github.com/vim-jp/vim-vimlparser Hm. `vim-language-server` parse statement directly.

Hm... Your github access seems restricted.

Hi, I need more optimized functions for them. > Keep in mind that this wouldn't (probably shouldn't) be part of the core, so it could be written in go or...

OK. If it is optimized than previous implementation, I don't need C implementation. I think neovim should provide more standard functions for lua in neovim. Because, we cannot install libraries...

https://github.com/vim/vim/pull/9639 現在の wayland 対応状況は以下を参照してください。あくまで wayland 環境でも動作するように最低限の対応を行ったという認識であり、まだまだ不具合は残っていると思います。OSS は不具合が勝手に直ったりはしません。 > 現状だと、そのまま Wayland の環境で使うとウィンドウ・サイズを変えると、下図の様に描画がおかしくなります resize の issue は見たところないので vim の issue に報告したほうがよいと思います。 > また下図の様にかな漢字変換がインラインで表示されません これは日本人くらいしか使わない機能なので、対応されないのも仕方ないと思えます。こういう機能はおそらく日本人が対応を頑張らないといけないです。 clientserver 機能が動作しないのは既知の問題です。 > +clientserver depends on X11 and...

なるほど。インライン入力に追加パッケージが必要になるのは理解できる話です