You've already forked dotfiles
marksman. Adding documentation for LSP configs. Removing Mason config and the reference to nvim-lspconfig.
6 lines
144 B
Lua
6 lines
144 B
Lua
return {
|
|
cmd = { 'marksman', 'server' },
|
|
filetypes = { 'markdown', 'markdown.mdx' },
|
|
root_markers = { '.marksman.toml', '.git' },
|
|
}
|