feat(lsp): markdown lsp

This commit is contained in:
Guz
2025-05-26 10:24:24 -03:00
parent edfb970495
commit 00a1236666
2 changed files with 2 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ local lsps = {
single_file_support = true,
root_dir = nil,
},
["marksman"] = {},
["ts_ls"] = {},
["rust_analyzer"] = {},
}