my various configs
basic sway config with waybar in .config/sway and .config/waybar
vimrc_light - light version of vimrc used with Plug NerdTree
vimrc_ide - all from vimrc_light plus coc for rustlang developemnt (autocompletion)
- 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