Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 376 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 376 Bytes

my-vim

Features:

  • auto completion with virtual environment
  • syntastic checking
  • func bar on the bottom
  • file tree

Plugin Manager:

plug-vim

Pluggers

  • YouCompleteMe
  • syntastic
  • vim-airline
  • nerdtree

How to use

cd ~
rm -rf .vim .vimrc
git clone [email protected]:mr-ping/my-vim.git .vim

Execute PlugClean and PlugInstall commands in VIM.