Fix vim settings for langserver
This commit is contained in:
parent
f67d421aff
commit
93f1687ce9
1 changed files with 0 additions and 2 deletions
|
@ -9,8 +9,6 @@ let g:LanguageClient_serverCommands = {
|
||||||
\ 'python': ['/usr/local/bin/pyls'],
|
\ 'python': ['/usr/local/bin/pyls'],
|
||||||
\ }
|
\ }
|
||||||
|
|
||||||
let g:LanguageClient_serverCommands = {}
|
|
||||||
|
|
||||||
" fix neovim cursor
|
" fix neovim cursor
|
||||||
let $NVIM_TUI_ENABLE_CURSOR_SHAPE = 1
|
let $NVIM_TUI_ENABLE_CURSOR_SHAPE = 1
|
||||||
|
|
||||||
|
|
Reference in a new issue