boh
This commit is contained in:
parent
3d18516405
commit
fa3d17447b
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user