Added marksman

This commit is contained in:
2025-01-09 21:01:14 +01:00
parent 336c972f40
commit 914bed771d
2 changed files with 2 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ return {
"rust_analyzer", "rust_analyzer",
"yamlls", "yamlls",
"bashls", "bashls",
"marksman",
} }
for _, lsp in ipairs(defaultLsps) do for _, lsp in ipairs(defaultLsps) do

View File

@@ -35,6 +35,7 @@ return {
"yamlls", "yamlls",
"bashls", "bashls",
"tailwindcss", "tailwindcss",
"marksman",
}, },
automatic_installation = true, automatic_installation = true,
}) })