Install yamlls for yaml support

This commit is contained in:
Nikita Avgustanov 2025-12-09 12:22:00 +04:00
parent daa4baabc1
commit 168b40ba9c
1 changed files with 1 additions and 0 deletions

View File

@ -728,6 +728,7 @@ require('lazy').setup({
require('mason-lspconfig').setup {
ensure_installed = {
'gopls',
'yamlls',
}, -- explicitly set to an empty table (Kickstart populates installs via mason-tool-installer)
automatic_installation = false,
handlers = {