Added several LSPs
This commit is contained in:
parent
28867b7922
commit
3532ed3452
6
init.lua
6
init.lua
@ -523,7 +523,13 @@ 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
|
||||||
|
cssls = {},
|
||||||
|
html = {},
|
||||||
|
ltex = {},
|
||||||
|
marksman = {},
|
||||||
tsserver = {},
|
tsserver = {},
|
||||||
|
xmlformatter = {},
|
||||||
|
yamlls = {},
|
||||||
--
|
--
|
||||||
|
|
||||||
lua_ls = {
|
lua_ls = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user