Skip to content

My minimalistic vim config. No useless deps, no auto-complete. no garland-like syntax highlight.

License

Notifications You must be signed in to change notification settings

SergeiMinaev/vim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@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/

About

My minimalistic vim config. No useless deps, no auto-complete. no garland-like syntax highlight.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published