vim: Set LanguageClient logfile
This commit is contained in:
parent
cce1faff2b
commit
e75167a514
|
@ -101,6 +101,7 @@ let g:LanguageClient_serverCommands = {
|
|||
\ 'python': ['pyls'],
|
||||
\ }
|
||||
|
||||
let g:LanguageClient_loggingFile = '~/.local/share/nvim/LanguageClient.log'
|
||||
let g:LanguageClient_settingsPath = '~/.config/nvim/LanguageClient.json'
|
||||
|
||||
function LC_maps()
|
||||
|
|
Reference in a new issue