Skip to content

duswnchl/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

About

My Vim configuration

Prerequisite

+ruby +python3 should appears in vim --version.

  • ruby: command-t
  • python3: YouCompleteMe

Please configure and build vim before install vimrc.

./configure --enable-rubyinterp                     \
            --enable-python3interp                  \
            --srcdir=.                              \

Installation

  1. Set up vimrc with symbolic link:
        $ git clone https://github.com/duswnchl/vimrc.git ~/Packages
        $ ln -s $HOME/Packages/vimrc/vimrc ~/.vimrc
    
  2. Set up Vundle
  3. Install YouCompleteMe
  4. Install command-t

Additional

About

vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published