Skip to content

mitakas/dotfiles-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

my vim configuration

Installation

I use pathogen.vim to manage my plugins.

pushd .
mkdir ~/.vim
cd ~/.vim && git clone https://github.com/mitakas/dotfiles-vim.git .
git submodule update --init # pathogen, as well as the other plugins are submodules
cd ~/.vim/bundle/vimproc/ && make -f make_unix.mak # compile vimproc
cd ~/.vim/bundle/YouCompleteMe/ && git submodule update --init --recursive && ./install.py # compile YouCompleteMe
ln -s ~/.vim/vimrc ~/.vimrc
popd

For included plugins see the bundle folder.

About

Just my vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published