From a2acab7fa5f823407bf658ee91b12485bbdd6148 Mon Sep 17 00:00:00 2001 From: Simon Lasbrugnas Date: Sat, 19 Apr 2025 00:09:03 +0200 Subject: [PATCH] chore: remove html lsp from ensure_installed list --- lua/custom/lsp/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/lsp/config.lua b/lua/custom/lsp/config.lua index 405eae7..9af607b 100644 --- a/lua/custom/lsp/config.lua +++ b/lua/custom/lsp/config.lua @@ -53,7 +53,7 @@ lsp_zero.on_attach(function(_, bufnr) end) -- Mason configuration -local ensure_installed = { "html", "rust_analyzer", "zls" } +local ensure_installed = { "rust_analyzer", "zls" } require("mason-lspconfig").setup({ automatic_installation = true, handlers = {