Skip to content

Commit

Permalink
add serve arg to helm-ls and fix file name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TOMOFUMI-KONDO authored and mattn committed Dec 16, 2024
1 parent cebfa8d commit 496fbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/help-ls.vim → settings/helm-ls.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ augroup vim_lsp_settings_helm_ls
au!
LspRegisterServer {
\ 'name': 'helm-ls',
\ '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']))},
\ 'root_uri':{server_info->lsp_settings#get('helm-ls', 'root_uri', lsp_settings#root_uri('helm-ls'))},
\ 'initialization_options': lsp_settings#get('helm-ls', 'initialization_options', {}),
\ 'capabilities': lsp_settings#get('helm-ls', 'capabilities', {}),
Expand Down

0 comments on commit 496fbb2

Please # to comment.