/profiles

vim configuration

Primary LanguageVim Script

my dotfiles

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

Dependencies