Skip to content

clneagu/.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Vim Docs: http://vim.dev.ro

#ATTN:  Backup old .vim if you still need it

# Clone new .vim [Read/Write vs. Read Only]
git clone [email protected]:clneagu/.vim
git clone git://github.com/clneagu/.vim

# clone vundle management plugin
mkdir -p ~/.vim/bundle/ && git clone https://github.com/gmarik/vundle ~/.vim/bundle/vundle

# install all the plugins via vundle
vim -u ~/.vim/bundles.vim +BundleInstall +q

# create symlink to the new .vimrc file
ln -s ~/.vim/.vimrc ~/.vimrc

# add the following line to ~/.bashrc for 256 color terminal
export TERM="xterm-256color"

About

vim config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published