use system managed lua-language-server

This commit is contained in:
Ray Elliott 2025-12-11 23:12:07 +00:00
commit 6540e4cee4
2 changed files with 2 additions and 5 deletions

View file

@ -4,8 +4,8 @@ return {
config = function()
require("mason-lspconfig").setup({
-- mason-lspconfig currently expects the legacy name "tsserver"
-- Note: lua_ls installed via system package manager (not Mason)
ensure_installed = {
"lua_ls",
"ts_ls",
"html",
"cssls",