feat: add LSP for ts, html and css
This commit is contained in:
parent
3c30d1c881
commit
79770a7724
1 changed files with 3 additions and 1 deletions
4
init.lua
4
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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue