Added several LSPs
This commit is contained in:
parent
28867b7922
commit
3532ed3452
1 changed files with 6 additions and 0 deletions
6
init.lua
6
init.lua
|
|
@ -523,7 +523,13 @@ require('lazy').setup({
|
|||
-- https://github.com/pmizio/typescript-tools.nvim
|
||||
--
|
||||
-- But for many setups, the LSP (`tsserver`) will work just fine
|
||||
cssls = {},
|
||||
html = {},
|
||||
ltex = {},
|
||||
marksman = {},
|
||||
tsserver = {},
|
||||
xmlformatter = {},
|
||||
yamlls = {},
|
||||
--
|
||||
|
||||
lua_ls = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue