diff --git a/vimrc b/vimrc index a08336e..a483b03 100644 --- a/vimrc +++ b/vimrc @@ -9,7 +9,7 @@ let g:airline_right_sep='' Plug 'mkitt/tabline.vim' " }}} " completion {{{ -" YouCompleteMe {{{ +" YouCompleteMe if !platform#is_windows() " YouCompleteMe with parameter completion Plug 'oblitum/YouCompleteMe', {'do': './install.py --clang-completer'} @@ -30,7 +30,6 @@ if !platform#is_windows() let g:ycm_warning_symbol="-▸" " TODO Find YouCompleteMe Windows setup that works endif -" }}} " ultisnips - snippet engine Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets' @@ -108,10 +107,9 @@ Plug 'tpope/vim-speeddating' Plug 'tpope/vim-jdaddy' " }}} " utility {{{ -" fzf.vim - Fuzzy finder {{{ +" fzf.vim - Fuzzy finder Plug 'junegunn/fzf', {'dir': '~/.fzf', 'do': './install --all --no-update-rc'} Plug 'junegunn/fzf.vim' -" }}} " vim-notes - easy note taking {{{ Plug 'xolox/vim-notes' | Plug 'xolox/vim-misc'