Fix vim settings for langserver
This commit is contained in:
parent
f67d421aff
commit
93f1687ce9
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue