feat: add LSP for ts, html and css
This commit is contained in:
parent
3c30d1c881
commit
79770a7724
4
init.lua
4
init.lua
|
@ -553,7 +553,9 @@ require('lazy').setup {
|
||||||
-- https://github.com/pmizio/typescript-tools.nvim
|
-- https://github.com/pmizio/typescript-tools.nvim
|
||||||
--
|
--
|
||||||
-- But for many setups, the LSP (`tsserver`) will work just fine
|
-- But for many setups, the LSP (`tsserver`) will work just fine
|
||||||
-- tsserver = {},
|
tsserver = {},
|
||||||
|
html = {},
|
||||||
|
cssls = {},
|
||||||
--
|
--
|
||||||
|
|
||||||
lua_ls = {
|
lua_ls = {
|
||||||
|
|
Loading…
Reference in New Issue