Skip to content
/ vimrc Public
forked from rxy0424/vimrc

rxy0424's vim config file with spf-13

Notifications You must be signed in to change notification settings

qingfuu/vimrc

 
 

Repository files navigation

vimrc

This is my config file for vim with spf-13.

Here is the step to fellow me:

1. Install Vim

In ArchLinux, Install Vim with sudo pacman -S gvim

In Ubuntu, you need to complie Vim form source,when config you need to run this

./configure --with-features=huge --enable-pythoninterp --enable-rubyinterp --enable-luainterp --enable-perlinterp --with-python-config-dir=/usr/lib/python2.7/config/ --enable-gui=gtk2 --enable-cscope --enable-fail-if-missing

rember to change the with-pyton-config-dir

2. Install my conig

  1. git clone https://github.com/rxy0424/vimrc.git
  2. run ./install.py in vimrc directory

3. Install the changed spf-13

The spf-13 i forked control plugins with vim-plug,you can install this version by

curl https://raw.githubusercontent.com/rxy0424/spf13-vim/feature/vim-plug/bootstrap.sh -L > spf13-vim.sh && sh spf13-vim.sh

4. Complie YouCompleteMe.

if you use ArchLinux

sudo pacman -S python-pip clang
cd ~/.vim/bundle/YouCompleteMe
./install.py --clang-completer --system-libclang

if you use Ubuntu

cd ~/.vim/bundle/YouCompleteMe
./install.py --clang-completer

5. Install tmux >= 2.1

install tmux >=2.1 and oh-my-tmux, you need xsel for copying to system clipboard,

If you use ubuntu install

sudo apt-get install libevent-dev
git clone https://github.com/tmux/tmux.git
cd tmux
sh autogen.sh
./configure && make

To install oh-my-tmux

cd
git clone https://github.com/gpakosz/.tmux.git
ln -s -f .tmux/.tmux.conf

To compline

6. Have fun

You are welcome to PR.

About

rxy0424's vim config file with spf-13

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 76.6%
  • Shell 18.2%
  • Vim Script 5.2%