added default lsps
parent
b2e281d426
commit
c9196da391
11
init.lua
11
init.lua
|
@ -457,8 +457,15 @@ end
|
||||||
local servers = {
|
local servers = {
|
||||||
-- clangd = {},
|
-- clangd = {},
|
||||||
-- gopls = {},
|
-- gopls = {},
|
||||||
-- pyright = {},
|
pyright = {},
|
||||||
-- rust_analyzer = {},
|
jsonls = {},
|
||||||
|
yamlls = {},
|
||||||
|
bashls = {},
|
||||||
|
rust_analyzer = {},
|
||||||
|
intelephense = {},
|
||||||
|
phpactor = {},
|
||||||
|
lemminx = {},
|
||||||
|
cssls = {},
|
||||||
-- tsserver = {},
|
-- tsserver = {},
|
||||||
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
|
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue