FlyVim
FlyVim copied to clipboard
A beautiful & silky vim configuration
Screenshots
Nerdtree & Tagbar
Preview
Auto Complete
Syntax Check
Float Term
Window Choose
F2 Search
File Search
Installation
Prerequisites
- Vim >= 8.1
- python3
-
apt install clang-format gcc cppcheck shfmt shellcheck global universal-ctags ripgrep
-
pip install ruff yapf
Quick Install
$ bash <(curl -fsSL https://git.io/fAl8K)
Manual
$ git clone [email protected]:starifly/FlyVim.git ~/.FlyVim
$ cd ~/.FlyVim
$ make vim # install FlyVim for Vim
$ make neovim # install FlyVim for NeoVim
Update
$ cd .FlyVim
$ make update
Full Installation Guide
https://github.com/starifly/FlyVim/wiki/Full-Installation-Guide
Thanks
This config is based on vim-init, thanks very much!