chore: laptop use lsp for typst

This commit is contained in:
Fabio Lenherr 2023-05-02 11:05:20 +02:00
parent 2bfef6a58d
commit eea6173b02
8 changed files with 50 additions and 38 deletions

View file

@ -49,6 +49,7 @@ return {
ansiblels = {},
marksman = {},
asm_lsp = {},
typst_lsp = {},
csharp_ls = {
cmd = { "/home/dashie/.local/share/nvim/mason/bin/csharp-ls" },
filetypes = { "cs" },

View file

@ -172,4 +172,9 @@ return {
}
end,
},
{
"kaarmu/typst.vim",
lazy = true,
event = "FileType typst",
},
}