chore: remove html lsp from ensure_installed list

This commit is contained in:
Simon Lasbrugnas 2025-04-19 00:09:03 +02:00
parent cd43fb110f
commit a2acab7fa5
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -53,7 +53,7 @@ lsp_zero.on_attach(function(_, bufnr)
end) end)
-- Mason configuration -- Mason configuration
local ensure_installed = { "html", "rust_analyzer", "zls" } local ensure_installed = { "rust_analyzer", "zls" }
require("mason-lspconfig").setup({ require("mason-lspconfig").setup({
automatic_installation = true, automatic_installation = true,
handlers = { handlers = {