nvim: Enable marksman lsp for quarto files
This commit is contained in:
parent
c7393c9114
commit
f31b1b29ed
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@ local servers = {
|
|||
},
|
||||
},
|
||||
},
|
||||
marksman = {},
|
||||
marksman = {
|
||||
filetypes = { "markdown", "quarto" },
|
||||
},
|
||||
pyright = {},
|
||||
ruff_lsp = {},
|
||||
serve_d = {},
|
||||
|
|
Loading…
Reference in a new issue