nvim: add markdown lsp
This commit is contained in:
parent
9faaef80fa
commit
b274c58d84
1 changed files with 13 additions and 0 deletions
13
pkgsets/nvim/lsp/markdown.nix
Normal file
13
pkgsets/nvim/lsp/markdown.nix
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
lib,
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
|
||||||
|
lib.optionalString (lib.elem "nvim::lsp::markdown" config.machine.pkgs) # lua
|
||||||
|
''
|
||||||
|
lspconfig.marksman.setup {
|
||||||
|
cmd = { "${pkgs.marksman}/bin/marksman", "server" },
|
||||||
|
}
|
||||||
|
''
|
Loading…
Reference in a new issue