Use proper lusty

This commit is contained in:
Julian Ospald 2018-06-15 19:39:17 +02:00
parent 239646b2ae
commit 548e45da01
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 4 additions and 1 deletions

5
vimrc
View File

@ -41,11 +41,11 @@ Plug 'nathanaelkane/vim-indent-guides'
Plug 'xolox/vim-misc'
Plug 'Shougo/vimproc.vim', {'do' : 'make'}
Plug 'tpope/vim-rhubarb'
Plug 'sjbach/lusty'
if has("nvim")
Plug 'iCyMind/NeoSolarized'
Plug 'vim-airline/vim-airline'
else
Plug 'vim-scripts/LustyJuggler'
Plug 'powerline/powerline', {
\ 'branch': 'develop',
\ 'do': 'python3 setup.py install --user',
@ -166,6 +166,9 @@ if !has("nvim")
let g:LustyJugglerSuppressRubyWarning = 1
endif
" lustyexplorer
set hidden
" LSP
let g:LanguageClient_autoStart = 0