- Vim >= 8.1
- python3
apt install clang-format gcc cppcheck shfmt shellcheck global universal-ctags ripgrep
pip install ruff yapf
$ bash <(curl -fsSL https://git.io/fAl8K)
$ git clone [email protected]:starifly/FlyVim.git ~/.FlyVim
$ cd ~/.FlyVim
$ make vim # install FlyVim for Vim
$ make neovim # install FlyVim for NeoVim
$ cd .FlyVim
$ make update
https://github.com/starifly/FlyVim/wiki/Full-Installation-Guide
This config is based on vim-init, thanks very much!