mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
slp should not be slp.pl
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
function! LspCheckCommand() abort
|
||||
return lsp_settings#exec_path('slp.pl')
|
||||
return lsp_settings#exec_path('slp')
|
||||
endfunction
|
||||
|
||||
@@ -2,7 +2,7 @@ augroup vim_lsp_settings_slp
|
||||
au!
|
||||
LspRegisterServer {
|
||||
\ 'name': 'slp',
|
||||
\ 'cmd': {server_info->lsp_settings#get('slp', 'cmd', [lsp_settings#exec_path('slp.pl')])},
|
||||
\ 'cmd': {server_info->lsp_settings#get('slp', 'cmd', [lsp_settings#exec_path('slp')])},
|
||||
\ 'root_uri':{server_info->lsp_settings#get('slp', 'root_uri', lsp_settings#root_uri('slp'))},
|
||||
\ 'initialization_options': lsp_settings#get('slp', 'initialization_options', v:null),
|
||||
\ 'allowlist': lsp_settings#get('slp', 'allowlist', ['perl']),
|
||||
|
||||
Reference in New Issue
Block a user