We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cebfa8d commit 496fbb2Copy full SHA for 496fbb2
settings/help-ls.vim settings/helm-ls.vim
@@ -2,7 +2,7 @@ augroup vim_lsp_settings_helm_ls
2
au!
3
LspRegisterServer {
4
\ 'name': 'helm-ls',
5
- \ 'cmd': {server_info->lsp_settings#get('helm-ls', 'cmd', [lsp_settings#exec_path('helm-ls')]+lsp_settings#get('helm-ls', 'args', []))},
+ \ 'cmd': {server_info->lsp_settings#get('helm-ls', 'cmd', [lsp_settings#exec_path('helm-ls')]+lsp_settings#get('helm-ls', 'args', ['serve']))},
6
\ 'root_uri':{server_info->lsp_settings#get('helm-ls', 'root_uri', lsp_settings#root_uri('helm-ls'))},
7
\ 'initialization_options': lsp_settings#get('helm-ls', 'initialization_options', {}),
8
\ 'capabilities': lsp_settings#get('helm-ls', 'capabilities', {}),
0 commit comments