Skip to content
Yinzuo Jiang edited this page Aug 12, 2024 · 7 revisions

Welcome to the Vimrc wiki!

Some tutorials:

Vim vs. Neovim

Vim is stable and compatible with old plugins/configurations. Neovim aggressively makes breaking changes but has richer features, more plugins, and a more active community.

Text Editor vs. IDE

IDEs, e.g. JetBrains, Unity, are suitable for unified development environments, e.g. Android, SpringBoot framework, Unity game...

Text editors, instead, are suitable for chaotic development environments, e.g. multi-language, limited SSH connection, and customed 3rd party library management/tests which IDE plugins are unable to adapt.

Zed

In 2024/6/2, the number of GitHub stars for Zed has surpassed Vim.

text-editor-github-stars-2024-06-02

Other Softwares' vimrc

.ideavimrc and .obsidian.vimrc are removed since https://github.com/jiangyinzuo/vimrc/commit/63c033020c5055963381812ad7e812964f786f9a

Clone this wiki locally