add marksman as markdown lsp

This commit is contained in:
Siddhartha 2023-12-06 00:17:23 +05:30
parent 5de425cbe0
commit 400e18c5be
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@ local servers = {
'yamlls', -- YAML
'astro', -- astro
'gopls', -- golang
'biome' -- biome formatter
'biome', -- biome formatter
'marksman' -- markdown
-- 'emmet_ls', -- emmet-ls
-- 'terraformls', -- Terraform
}