Skip to content

Commit

Permalink
fix cl-lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Nov 11, 2024
1 parent c0ac6b9 commit ec38220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/cl-lsp.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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']),
Expand Down

0 comments on commit ec38220

Please sign in to comment.