1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 00:05:10 +01:00

Some deoplete additions

This commit is contained in:
2019-02-27 21:14:42 +01:00
parent 4f9a7bfb7e
commit 9cbe939cb9

6
.vimrc
View File

@@ -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