aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/marksman.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/marksman.lua')
-rw-r--r--lsp/marksman.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/lsp/marksman.lua b/lsp/marksman.lua
index 52c4f3b6..fc1e048f 100644
--- a/lsp/marksman.lua
+++ b/lsp/marksman.lua
@@ -8,12 +8,9 @@
---
--- Pre-built binaries can be downloaded from https://github.com/artempyanykh/marksman/releases
-local bin_name = 'marksman'
-local cmd = { bin_name, 'server' }
-
---@type vim.lsp.Config
return {
- cmd = cmd,
+ cmd = { 'marksman', 'server' },
filetypes = { 'markdown', 'markdown.mdx' },
root_markers = { '.marksman.toml', '.git' },
}