mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
add quarto for marksman
This commit is contained in:
parent
519e7d66b1
commit
2a96a1213e
1 changed files with 3 additions and 1 deletions
|
|
@ -53,7 +53,9 @@ return {
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
opts = {
|
opts = {
|
||||||
servers = {
|
servers = {
|
||||||
marksman = {},
|
marksman = {
|
||||||
|
filetypes = { "markdown", "quarto", "rmd" },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue