Skip to content

Commit 496fbb2

Browse files
TOMOFUMI-KONDOmattn
authored andcommitted
add serve arg to helm-ls and fix file name typo
1 parent cebfa8d commit 496fbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings/help-ls.vim settings/helm-ls.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ augroup vim_lsp_settings_helm_ls
22
au!
33
LspRegisterServer {
44
\ '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', []))},
5+
\ 'cmd': {server_info->lsp_settings#get('helm-ls', 'cmd', [lsp_settings#exec_path('helm-ls')]+lsp_settings#get('helm-ls', 'args', ['serve']))},
66
\ 'root_uri':{server_info->lsp_settings#get('helm-ls', 'root_uri', lsp_settings#root_uri('helm-ls'))},
77
\ 'initialization_options': lsp_settings#get('helm-ls', 'initialization_options', {}),
88
\ 'capabilities': lsp_settings#get('helm-ls', 'capabilities', {}),

0 commit comments

Comments
 (0)