nvim: Enable marksman lsp for quarto files

This commit is contained in:
Marty Oehme 2023-09-16 11:20:25 +02:00
parent c7393c9114
commit f31b1b29ed
Signed by: Marty
GPG Key ID: EDBF2ED917B2EF6A
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,9 @@ local servers = {
},
},
},
marksman = {},
marksman = {
filetypes = { "markdown", "quarto" },
},
pyright = {},
ruff_lsp = {},
serve_d = {},