Skip to content

Commit

Permalink
return yaml cfg
Browse files Browse the repository at this point in the history
mosheavni committed Jan 21, 2025

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
1 parent 1af8426 commit 758b9ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/.config/nvim/lua/user/lsp/yaml.lua
Original file line number Diff line number Diff line change
@@ -48,6 +48,7 @@ M.setup = function(opts)
lspconfig = yaml_lspconfig,
}
require('lspconfig')['yamlls'].setup(yaml_cfg)
return yaml_cfg
end

return M

0 comments on commit 758b9ec

Please sign in to comment.