call minpac#add('tpope/vim-unimpaired', {'type': 'opt'})
call minpac#add('tpope/vim-endwise', {'type': 'opt'})
call minpac#add('tpope/vim-commentary', {'type': 'opt'})
- call minpac#add('tpope/vim-fugitive', {'type': 'opt'})
+" call minpac#add('tpope/vim-fugitive', {'type': 'opt'})
call minpac#add('tpope/vim-vinegar', {'type': 'opt'})
call minpac#add('ervandew/supertab', {'type': 'opt'})
" snippets
" fonts and chars
set list
if has('multi_byte') && &encoding ==# 'utf-8'
- let &listchars = 'tab:Ã\83Â\83Ã\82¢Ã\83Â\82Ã\82Â\96Ã\83Â\82Ã\82¸ ,extends:Ã\83Â\83Ã\82¢Ã\83Â\82Ã\82Â\9dÃ\83Â\82Ã\82¯,precedes:Ã\83Â\83Ã\82¢Ã\83Â\82Ã\82Â\9dÃ\83Â\82Ã\82®,nbsp:Ã\83Â\83Ã\82Â\82Ã\83Â\82Ã\82±'
+" let &listchars = 'tab:Ã\83Â\83Ã\82¢Ã\83Â\82Ã\82Â\96Ã\83Â\82Ã\82¸ ,extends:Ã\83Â\83Ã\82¢Ã\83Â\82Ã\82Â\9dÃ\83Â\82Ã\82¯,precedes:Ã\83Â\83Ã\82¢Ã\83Â\82Ã\82Â\9dÃ\83Â\82Ã\82®,nbsp:Ã\83Â\83Ã\82Â\82Ã\83Â\82Ã\82±'
else
- let &listchars = 'tab:> ,extends:>,precedes:<,nbsp:.'
+" let &listchars = 'tab:> ,extends:>,precedes:<,nbsp:.'
endif
"let &t_ti.="\e[1 q"
"let &t_SI.="\e[5 q"
let &errorformat="%f(%l) : %t%*\\D%n: %m,%*[^\"]\"%f\"%*\\D%l: %m,%f(%l) : %m,%*[^ ] %f %l: %m,%f:%l:%c:%m,%f(%l):%m,%f|%l| %m"
set makeprg=cmake
endfunction
-command! -bang -nargs=0 -complete=file CmakeInit call s:CmakeInit(<f-args>)
+"command! -bang -nargs=0 -complete=file CmakeInit call s:CmakeInit(<f-args>)
function! s:Doxygen()
set errorformat+=%f:%l:\ %m
set makeprg=doxygen
endfunction
-command! -bang -nargs=0 -complete=file Doxygen call s:Doxygen(<f-args>)
+"command! -bang -nargs=0 -complete=file Doxygen call s:Doxygen(<f-args>)
function! s:Iar()
set errorformat=%f(%l)\ :\ %m
set makeprg=vim-iarbuild.cmd
endfunction
-command! -bang -nargs=0 -complete=file Iar call s:Iar(<f-args>)
+"command! -bang -nargs=0 -complete=file Iar call s:Iar(<f-args>)
function! Pandoc_Preview()
let b:curr_file = expand('%:p')
silent! packadd! vim-repeat
silent! packadd! vim-surround
silent! packadd! vim-unimpaired
-silent! packadd! vim-fugitive
+"silent! packadd! vim-fugitive
silent! packadd! vim-commentary
silent! packadd! vim-vinegar
silent! packadd! vim-endwise