Remove some markers after adding vim foldexpr
This commit is contained in:
parent
a32264fcd8
commit
c742b7281f
6
vimrc
6
vimrc
@ -9,7 +9,7 @@ let g:airline_right_sep=''
|
|||||||
Plug 'mkitt/tabline.vim'
|
Plug 'mkitt/tabline.vim'
|
||||||
" }}}
|
" }}}
|
||||||
" completion {{{
|
" completion {{{
|
||||||
" YouCompleteMe {{{
|
" YouCompleteMe
|
||||||
if !platform#is_windows()
|
if !platform#is_windows()
|
||||||
" YouCompleteMe with parameter completion
|
" YouCompleteMe with parameter completion
|
||||||
Plug 'oblitum/YouCompleteMe', {'do': './install.py --clang-completer'}
|
Plug 'oblitum/YouCompleteMe', {'do': './install.py --clang-completer'}
|
||||||
@ -30,7 +30,6 @@ if !platform#is_windows()
|
|||||||
let g:ycm_warning_symbol="-▸"
|
let g:ycm_warning_symbol="-▸"
|
||||||
" TODO Find YouCompleteMe Windows setup that works
|
" TODO Find YouCompleteMe Windows setup that works
|
||||||
endif
|
endif
|
||||||
" }}}
|
|
||||||
|
|
||||||
" ultisnips - snippet engine
|
" ultisnips - snippet engine
|
||||||
Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets'
|
Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets'
|
||||||
@ -108,10 +107,9 @@ Plug 'tpope/vim-speeddating'
|
|||||||
Plug 'tpope/vim-jdaddy'
|
Plug 'tpope/vim-jdaddy'
|
||||||
" }}}
|
" }}}
|
||||||
" utility {{{
|
" utility {{{
|
||||||
" fzf.vim - Fuzzy finder {{{
|
" fzf.vim - Fuzzy finder
|
||||||
Plug 'junegunn/fzf', {'dir': '~/.fzf', 'do': './install --all --no-update-rc'}
|
Plug 'junegunn/fzf', {'dir': '~/.fzf', 'do': './install --all --no-update-rc'}
|
||||||
Plug 'junegunn/fzf.vim'
|
Plug 'junegunn/fzf.vim'
|
||||||
" }}}
|
|
||||||
|
|
||||||
" vim-notes - easy note taking {{{
|
" vim-notes - easy note taking {{{
|
||||||
Plug 'xolox/vim-notes' | Plug 'xolox/vim-misc'
|
Plug 'xolox/vim-notes' | Plug 'xolox/vim-misc'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user