Remove some markers after adding vim foldexpr

This commit is contained in:
Kenneth Benzie 2016-07-17 23:41:06 +01:00
parent a32264fcd8
commit c742b7281f

6
vimrc
View File

@ -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'