Add local_vimrc

This commit is contained in:
Julian Ospald 2018-06-09 23:03:44 +02:00
parent 28369dd934
commit bcb870fdd5
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 4 additions and 0 deletions

4
vimrc
View File

@ -52,6 +52,10 @@ Plug 'xolox/vim-misc'
Plug 'Shougo/vimproc.vim', {'do' : 'make'}
Plug 'tpope/vim-rhubarb'
" local_vimrc
Plug 'LucHermitte/lh-vim-lib'
Plug 'LucHermitte/local_vimrc'
" LSP
" Plug 'autozimu/LanguageClient-neovim', {
" \ 'branch': 'next',