Skip to content
Yinzuo Jiang edited this page May 20, 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.

Clone this wiki locally