mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-10-02 15:03:32 +00:00
languages/markdown: add markdown-oxide server option
This commit is contained in:
parent
0d2c3a600d
commit
74d6fe86e6
2 changed files with 9 additions and 0 deletions
|
@ -23,6 +23,13 @@
|
|||
filetypes = ["markdown" "markdown.mdx"];
|
||||
root_markers = [".marksman.toml" ".git"];
|
||||
};
|
||||
|
||||
markdown-oxide = {
|
||||
enable = true;
|
||||
cmd = [(getExe pkgs.markdown-oxide)];
|
||||
filetypes = ["markdown"];
|
||||
root_markers = [".git" ".obsidian" ".moxide.toml"];
|
||||
};
|
||||
};
|
||||
|
||||
defaultFormat = "deno_fmt";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue