most using config from:
rafi/vim-config
hardcoreplayers/ThinkVim
- macos or linux
- neovim >= 0.4.0(cause i used floatwindow,this feature support by neovim 0.4.0 above)
- python3 support
- pip3 install --user pynvim
- node and yarn
- NerdFont
- rg (Ripgrep): BurntSushi/ripgrep
- Universal ctags: ctags.io
- mac
brew install --HEAD universal-ctags/universal-ctags/universal-ctags
- ubuntu
# install libjansson first sudo apt-get install libjansson-dev # then compile and install ctags
- mac
- bat : install bat
- exa : install exa
git clone https://github.com/tinytub/vim ~/.dotfiles
cd ~/.dotfiles
sh install.sh