Skip to content

popstas/vim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-config

My vim config.

Installation

With command line

git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
wget -O ~/.vimrc https://raw.githubusercontent.com/popstas/vim-config/master/.vimrc
vim -c "PluginUpdate"

or

git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
git clone https://github.com/popstas/vim-config.git ~/vim-config
test -f ~/.vimrc && mv ~/.vimrc ~/.vimrc.bak 
ln -s ~/vim-config/.vimrc ~/.vimrc
vim -c "PluginUpdate"

Install YouCompleteMe:

sudo aptitude install cmake # need for YouCompleteMe
cd ~/.vim/bundle/YouCompleteMe
./install.sh

Install command-t

sudo aptitude install ruby ruby-dev
cd ~/.vim/bundle/command-t/ruby/command-t
ruby extconf.rb
make

Install ctags

needs for most code navigation plugins.

sudo aptitude install exuberant-ctags

TODO

  • project settings

Vim links

About

My vim config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published