Created
February 2, 2020 06:17
-
-
Save Shougo/d8898fae31d9c8dc791224cf34840f15 to your computer and use it in GitHub Desktop.
テキストエディタ界隈まとめ 1 月 4 週
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
テキストエディタ界隈まとめ 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