Add perl language server

This commit is contained in:
Jan Eitzinger 2024-04-28 08:20:03 +02:00
parent fda5d1b1d4
commit 593dcbda8e

View File

@ -174,6 +174,7 @@ return {
filetypes = { "latex", "tex", "bib", "mkd", "gitcommit", "text" },
}
lsp.svelte.setup { on_attach = on_attach }
lsp.perlls.setup { on_attach = on_attach }
lsp.tsserver.setup { on_attach = on_attach }
lsp.lua_ls.setup {
settings = {