mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 21:45:10 +01:00
Some deoplete additions
This commit is contained in:
6
.vimrc
6
.vimrc
@@ -293,6 +293,12 @@ endif
|
|||||||
Plugin 'zchee/deoplete-jedi'
|
Plugin 'zchee/deoplete-jedi'
|
||||||
" Many, based on syntax files
|
" Many, based on syntax files
|
||||||
Plugin 'Shougo/neco-syntax'
|
Plugin 'Shougo/neco-syntax'
|
||||||
|
" Flow autocompletion for deoplete
|
||||||
|
Plugin 'wokalski/autocomplete-flow'
|
||||||
|
|
||||||
|
" You will also need the following for function argument completion:
|
||||||
|
Plugin 'Shougo/neosnippet'
|
||||||
|
Plugin 'Shougo/neosnippet-snippets'
|
||||||
|
|
||||||
let g:deoplete#enable_at_startup = 1
|
let g:deoplete#enable_at_startup = 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user