From 86f431c7f53ba28a618415a50fe8c30c3745692a Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 12 Mar 2015 20:32:54 +0900 Subject: [PATCH] Fixing typo --- .vim/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index f5f4929..a034c1a 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -29,7 +29,7 @@ Plug 'https://github.com/tpope/vim-surround' Plug 'https://github.com/tpope/vim-unimpaired.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/marijnh/tern_for_vim', { 'do': 'npm install' } endif