Fix vim settings for langserver

This commit is contained in:
Daniel Flanagan 2018-10-31 14:59:41 -05:00
parent f67d421aff
commit 93f1687ce9
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ let g:LanguageClient_serverCommands = {
\ 'python': ['/usr/local/bin/pyls'],
\ }
let g:LanguageClient_serverCommands = {}
" fix neovim cursor
let $NVIM_TUI_ENABLE_CURSOR_SHAPE = 1