Add perl language server
This commit is contained in:
parent
fda5d1b1d4
commit
593dcbda8e
@ -174,6 +174,7 @@ return {
|
|||||||
filetypes = { "latex", "tex", "bib", "mkd", "gitcommit", "text" },
|
filetypes = { "latex", "tex", "bib", "mkd", "gitcommit", "text" },
|
||||||
}
|
}
|
||||||
lsp.svelte.setup { on_attach = on_attach }
|
lsp.svelte.setup { on_attach = on_attach }
|
||||||
|
lsp.perlls.setup { on_attach = on_attach }
|
||||||
lsp.tsserver.setup { on_attach = on_attach }
|
lsp.tsserver.setup { on_attach = on_attach }
|
||||||
lsp.lua_ls.setup {
|
lsp.lua_ls.setup {
|
||||||
settings = {
|
settings = {
|
||||||
|
Loading…
Reference in New Issue
Block a user