From 79770a772434c5564bbb0b270606aa60eeeeae56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Sch=C3=B6ll?= Date: Sun, 10 Mar 2024 02:17:39 +0100 Subject: [PATCH] feat: add LSP for ts, html and css --- init.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 1ed45a74..5b2b7a56 100644 --- a/init.lua +++ b/init.lua @@ -553,7 +553,9 @@ require('lazy').setup { -- https://github.com/pmizio/typescript-tools.nvim -- -- But for many setups, the LSP (`tsserver`) will work just fine - -- tsserver = {}, + tsserver = {}, + html = {}, + cssls = {}, -- lua_ls = {