my vim configuration
-
install onedark theme.
-
using vim8 with python3 supported.
git clone https://github.com/vim/vim.git
./configure --enable-python3interp=yes
make
make install
- install ycm with go and rust completer
cd ~/.vim/plugged/YouCompleteMe && ./install.py --go-completer --rust-completer
# install rust-anaylzer
rustup component add rust-analyzer
- fzf 0.23.0 or above
- For syntax-highlighted preview, install bat
Rg
requires ripgrep (rg)delta
for git diff