mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
add deoplete
This commit is contained in:
14
vim/.vimrc
14
vim/.vimrc
@@ -28,7 +28,10 @@ Plug 'francoiscabrol/ranger.vim'
|
|||||||
Plug 'w0rp/ale'
|
Plug 'w0rp/ale'
|
||||||
|
|
||||||
" completion
|
" completion
|
||||||
Plug 'maralla/completor.vim', { 'do': 'make js'}
|
Plug 'Shougo/deoplete.nvim'
|
||||||
|
Plug 'roxma/nvim-yarp'
|
||||||
|
Plug 'roxma/vim-hug-neovim-rpc'
|
||||||
|
Plug 'carlitux/deoplete-ternjs', { 'do': 'npm install -g tern' }
|
||||||
|
|
||||||
" git related
|
" git related
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
@@ -296,9 +299,12 @@ function! LightlineReload()
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
"" Ultisnips
|
"" Ultisnips
|
||||||
let g:UltiSnipsExpandTrigger="<c-j>"
|
let g:UltiSnipsExpandTrigger="<S-Tab>"
|
||||||
let g:UltiSnipsJumpForwardTrigger="<c-j>"
|
let g:UltiSnipsJumpForwardTrigger="<c-k>"
|
||||||
let g:UltiSnipsJumpBackwardTrigger="<c-k>"
|
let g:UltiSnipsJumpBackwardTrigger="<c-j>"
|
||||||
|
|
||||||
|
"" Deoplete
|
||||||
|
let g:deoplete#enable_at_startup = 1
|
||||||
|
|
||||||
" markdown preview
|
" markdown preview
|
||||||
let g:instant_markdown_autostart = 0
|
let g:instant_markdown_autostart = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user