Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.34 KB

README.md

File metadata and controls

56 lines (41 loc) · 1.34 KB

My minimalistic ~/.vim folder.

Key points

  1. Less useless deps;
  2. No auto-complete;
  3. No garland-like syntax highlight.

Homepage: https://github.com/SergeiMinaev/vim-config

Used plugin manager: vim-plug ( https://github.com/junegunn/vim-plug )

Screenshots

Python

Python

Rust

Rust

JavaScript

JavaScript

Fresh install

  1. Remove or backup existing ~/.vim and ~/.vimrc.
  2. Clone this vim config:
git clone https://github.com/SergeiMinaev/vim-config.git ~/.vim
  1. Install vim plugin manager:
cd ~/.vim && ./update-vim-plug.sh
  1. Run vim, ignore the error about the color scheme and type :PlugInstall to install the plugins.
  2. Restart vim. Done.

Note that path to vimrc is ~/.vim/vimrc and not ~/.vimrc .

Updating

Warning: your ~/.vim and ~/.vim/vimrc will be overwritten

To update vim-config run:

cd ~/.vim && git checkout . && git pull

or

~/.vim/update-vim-config.sh

To update plugin manager run ~/.vim/update-vim-plug.sh

To update installed plugins run vim and type :PlugUpdate

Details:

Installed plugins are stored in ~/.vim/plugged/