Fixing typo

This commit is contained in:
Alex Yatskov 2015-03-12 20:32:54 +09:00
parent b24d88a1a9
commit 86f431c7f5

View File

@ -29,7 +29,7 @@ Plug 'https://github.com/tpope/vim-surround'
Plug 'https://github.com/tpope/vim-unimpaired.git' Plug 'https://github.com/tpope/vim-unimpaired.git'
Plug 'https://github.com/vim-latex/vim-latex.git' Plug 'https://github.com/vim-latex/vim-latex.git'
if has('linux') if has('unix')
Plug 'https://github.com/Valloric/YouCompleteMe.git', { 'do': './install.sh --clang-completer' } Plug 'https://github.com/Valloric/YouCompleteMe.git', { 'do': './install.sh --clang-completer' }
Plug 'https://github.com/marijnh/tern_for_vim', { 'do': 'npm install' } Plug 'https://github.com/marijnh/tern_for_vim', { 'do': 'npm install' }
endif endif