mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
fix cl-lsp
This commit is contained in:
@@ -2,7 +2,7 @@ augroup vim_lsp_settings_cl_lsp
|
||||
au!
|
||||
LspRegisterServer {
|
||||
\ 'name': 'cl-lsp',
|
||||
\ 'cmd': {server_info->lsp_settings#get('cl-lsp', 'cmd', {key, name-> ['ros', '-Q', '--', trim(filter(systemlist('ros version'), 'v:val=~"^homedir"')[0][8:], '"''') . '/bin/cl-lsp']+lsp_settings#get('cl-lsp', 'args', ['stdio'])})},
|
||||
\ 'cmd': {server_info->lsp_settings#get('cl-lsp', 'cmd', {key, name-> ['ros', '-Q', '--', trim(filter(systemlist('ros version'), 'v:val=~"^homedir"')[0][8:], '"''') . '/bin/cl-lsp']+lsp_settings#get('cl-lsp', 'args', ['--stdio'])})},
|
||||
\ 'root_uri':{server_info->lsp_settings#get('cl-lsp', 'root_uri', lsp_settings#root_uri('cl-lsp'))},
|
||||
\ 'initialization_options': lsp_settings#get('cl-lsp', 'initialization_options', {}),
|
||||
\ 'allowlist': lsp_settings#get('cl-lsp', 'allowlist', ['lisp']),
|
||||
|
||||
Reference in New Issue
Block a user