Skip to content

salimhamed/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

1. Clone repository into .vim directory:

git clone https://github.com/salimhamed/dotvim.git ~/.vim

2. Clone Vundle into .vim/bundle/ directory:

git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim

3. Create symlink to vimrc file:

Unix:

ln -s ~/.vim/vimrc ~/.vimrc

Windows:

mklink "C:\\Users\\<user_profile>\\_vimrc" "C:\\Users\\<user_profile>\\vimfiles\\vimrc"

4. Install all plugins using Vundle:

vim +PluginInstall +qall

5. Compile and Install YouCompleteMe:

6. (Optional) Install Syntax and Autocomplete Packages

Vim Plugins Installed