feat: add LSP for ts, html and css

This commit is contained in:
Maximilian Schöll 2024-03-10 02:17:39 +01:00
parent 3c30d1c881
commit 79770a7724
1 changed files with 3 additions and 1 deletions

View File

@ -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 = {