chore: remove html lsp from ensure_installed list
This commit is contained in:
parent
cd43fb110f
commit
a2acab7fa5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue