Skip to content

Instantly share code, notes, and snippets.

@Shougo
Created February 2, 2020 06:17
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shougo/d8898fae31d9c8dc791224cf34840f15 to your computer and use it in GitHub Desktop.
Save Shougo/d8898fae31d9c8dc791224cf34840f15 to your computer and use it in GitHub Desktop.
テキストエディタ界隈まとめ 1 月 4 週
テキストエディタ界隈まとめ 1 月 4 週
* Vim9 がマージされる
https://github.com/vim/vim/commit/8a7d6542b33e5d2b352262305c3bfdb2d14e1cf8
Vim 8.2.0149 で突如 Vim9 開発ブランチがマスターにマージされました。
Vim9 は Perl5 と Perl6 くらいの違いがあり個人的に別言語です。
ちなみに、neovim は Lua との連携に集中するようですね。
* vim-candle
https://github.com/hrsh7th/vim-candle
Go で記述された fuzzy finder。denite を参考に作られていて自由度が高くなっている
ようです。
* neovide
https://github.com/Kethku/neovide
Rust で記述された neovim GUI の一つ。絵文字をサポートしていたり、カーソルのアニ
メーションが凝っているところが特徴かと思います。
ちなみに、手元ではビルドしても動かなかったので他の人に任せます。
* vim-lexv
https://github.com/mattn/vim-lexiv
mattn 氏の作成した lexima(https://github.com/cohama/lexima.vim) によく似たプラ
グイン。シンプルなのが特徴か。個人的にはドキュメントが欲しいです……。
* fern.vim
https://github.com/lambdalisue/fern.vim
ツリービューワのプラグイン。旧 fila.vim。Vim/neovim で動作し依存関係を排除した
のが特徴。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment