add quarto for marksman

This commit is contained in:
Aman9das 2024-05-22 12:08:50 +05:30 committed by GitHub
parent 519e7d66b1
commit 2a96a1213e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,9 @@ return {
"neovim/nvim-lspconfig", "neovim/nvim-lspconfig",
opts = { opts = {
servers = { servers = {
marksman = {}, marksman = {
filetypes = { "markdown", "quarto", "rmd" },
},
}, },
}, },
}, },