language/yaml: call default_on_attach in helm version

This commit is contained in:
alfarel 2025-09-06 16:43:59 +00:00 committed by Ching Pei Yang
commit 68ca28af79
No known key found for this signature in database
GPG key ID: B3841364253DC4C8
2 changed files with 3 additions and 0 deletions

View file

@ -19,6 +19,7 @@
if config.vim.languages.helm.lsp.enable && config.vim.languages.helm.enable
then ''
function(client, bufnr)
default_on_attach()
local filetype = vim.bo[bufnr].filetype
if filetype == "helm" then
client.stop()