fix: Adding in yamlls setup with the newer lspconfig arrangement

This commit is contained in:
2026-08-17 10:02:56 -05:00
parent baa8f03870
commit 76845fee2c
2 changed files with 15 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ declare -A lsp_arr=(
["pylsp"]="Install the pylsp provider: python-language-server or pylsp"
["pylint"]="Install the pylint provider: pylint"
["rust-analyzer"]="Install the rust-analyzer provider"
["pyright"]="Install the pyright provider"
["yaml-language-server"]="Install the yamlls provider: yaml-language-server (via npm globally or system package)"
)
echo '----- Checking for LSP servers...'