diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-08-21 12:03:46 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-08-21 12:03:53 +0200 |
commit | 0dbdefc7627eb3f62e6cf40034926271995abf75 (patch) | |
tree | 1def62cc84807d3c65d575414109d43e73c334f6 /vim | |
parent | 504321b84aca2ca20a869ffebb312b25c7ff2617 (diff) |
[vim] Fix typo in configuration
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vimrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -64,16 +64,16 @@ let g:zoomwintab_hidetabbar=0 Plug 'vim-scripts/ReplaceWithRegister' Plug 'vim-scripts/gmsh.vim' Plug 'wellle/targets.vim' -Plug 'zchee/deoplete-clang' +" Plug 'zchee/deoplete-clang' -if isdirectory($HOME."/Dropbox/projects") +if isdirectory($HOME."/dotfiles/plugins") Plug '~/dotfiles/plugins/vim-remembrall' Plug '~/dotfiles/plugins/vim-wintab' endif if has("nvim") " Plug 'roxma/nvim-completion-manager' - Plug 'Shougo/deoplete.nvim', { 'do' : ':UpdateRemotePlugins', 'tag' : '4.1' } + " Plug 'Shougo/deoplete.nvim', { 'do' : ':UpdateRemotePlugins', 'tag' : '4.1' } Plug 'autozimu/LanguageClient-neovim', { 'do': 'bash install.sh', 'branch': 'next' } " Plug 'zchee/deoplete-jedi' Plug 'hkupty/iron.nvim', { 'branch': 'legacy' } |