From 743e5df1b44067d1a29d036733d6a08d39d79d36 Mon Sep 17 00:00:00 2001 From: t0xa Date: Thu, 26 Mar 2026 22:26:44 +0300 Subject: [PATCH] Add eslint and html LSP's --- lua/custom/lsp.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lua/custom/lsp.lua b/lua/custom/lsp.lua index b2e71ad..caa0d76 100644 --- a/lua/custom/lsp.lua +++ b/lua/custom/lsp.lua @@ -63,6 +63,12 @@ local servers = { }, }, }, + eslint = { + filetypes = { "html", "js", "ts" }, + }, + html = { + filetypes = { "html", "js", "ts" }, + }, clangd = { filetypes = { "c", "cpp" }, cmd = {