This commit is contained in:
Julien Rabier 2020-07-29 15:35:34 +02:00
parent 3d18516405
commit fa3d17447b

View File

@ -27,6 +27,7 @@ call minpac#init()
command! PU call minpac#update() command! PU call minpac#update()
command! PC call minpac#clean() command! PC call minpac#clean()
command! PS call minpac#status()
cmap w!! w suda://% cmap w!! w suda://%
@ -185,7 +186,8 @@ autocmd CompleteDone * silent! pclose!
au FileType mail setlocal completeopt=menuone,noselect,noinsert au FileType mail setlocal completeopt=menuone,noselect,noinsert
let g:mucomplete#chains = { 'mail': [ 'user', 'ulti' ] } let g:mucomplete#chains = { 'mail': [ 'user', 'ulti' ] }
"let g:mucomplete#enable_auto_at_startup = 1 let g:mucomplete#enable_auto_at_startup = 1
let g:mucomplete#completion_delay = 1
" Racer " Racer
augroup Racer augroup Racer