diff options
| author | Yigit Sever | 2019-07-02 14:51:28 +0300 |
|---|---|---|
| committer | Yigit Sever | 2019-07-02 14:51:28 +0300 |
| commit | 234858e12734d0d200405ae292b1337a9920a798 (patch) | |
| tree | 5a61748ab723dede780786ce50369a67b2081606 | |
| parent | 7c0678bcfa89df2f97d8405a457260167afa947e (diff) | |
| download | dotfiles-234858e12734d0d200405ae292b1337a9920a798.tar.gz dotfiles-234858e12734d0d200405ae292b1337a9920a798.tar.bz2 dotfiles-234858e12734d0d200405ae292b1337a9920a798.zip | |
python completion
| -rwxr-xr-x | .config/nvim/init.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 780a5cf..e529898 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim | |||
| @@ -4,6 +4,7 @@ call plug#begin('~/.local/share/nvim/plugged') | |||
| 4 | "completion | 4 | "completion |
| 5 | Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' } | 5 | Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' } |
| 6 | Plug 'lionawurscht/deoplete-biblatex' | 6 | Plug 'lionawurscht/deoplete-biblatex' |
| 7 | Plug 'deoplete-plugins/deoplete-jedi' | ||
| 7 | 8 | ||
| 8 | "syntax checking | 9 | "syntax checking |
| 9 | Plug 'w0rp/ale' | 10 | Plug 'w0rp/ale' |
