My various configurations
- Install Plug Vim
Install instructions: https://github.com/junegunn/vim-plug
- Install nodejs and npm
nodejs is required by coc.nvim plugin used for autocompletion
-
copy .vimrc to home dir
-
afer vim open install plugins
invoke
:PlugInstall
See installation instructions at:
https://github.com/flazz/vim-colorschemes/tree/master
- install rust Instructions on rustlang website
-
install rust analyzer rustup component add rust-analyzer
-
install coc-rust-analyzer
Assuming installed .vimrc from this repo and have vim plug installed, open vim and invoke:
:CocInstall coc-rust-analyzer