Skip to content

wtang-su/.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wtang-su.vim

Backup of my vimrc file and vim plugins

Commands for install [ubuntu14.04 or higher]

sudo apt-get build-dep vim-gtk
sudo apt-get install exuberant-ctags
sudo apt-get install python3-pip
sudo pip3 install flake8

wget ftp://ftp.vim.org/pub/vim/unix/vim-7.4.tar.bz2
sudo tar jxf vim-7.4.tar.bz2 -C /opt/
cd /opt/vim74/

sudo ./configure --with-features=huge --with-x --enable-gui=auto --enable-python3interp=yes
sudo make
sudo make install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages