Compare commits

..

No commits in common. "516007a475b3d50fb06acc66b57980e1c51042f6" and "5b5548d2182063aa81e1e2dd0f0bc8cbb055179b" have entirely different histories.

2 changed files with 0 additions and 17 deletions

View file

@ -124,7 +124,3 @@
{command}`:healthcheck` doesn't know that. {command}`:healthcheck` doesn't know that.
- Remove [which-key.nvim] `<leader>o` `+Notes` description which did not - Remove [which-key.nvim] `<leader>o` `+Notes` description which did not
actually correspond to any keybinds. actually correspond to any keybinds.
[pyrox0](https://github.com/pyrox0):
- Added [rumdl](https://github.com/rvben/rumdl) support to `languages.markdown`

View file

@ -31,13 +31,6 @@
filetypes = ["markdown"]; filetypes = ["markdown"];
root_markers = [".git" ".obsidian" ".moxide.toml"]; root_markers = [".git" ".obsidian" ".moxide.toml"];
}; };
rumdl = {
enable = true;
cmd = [(getExe pkgs.rumdl) "server"];
filetypes = ["markdown"];
root_markers = [".git" ".rumdl.toml" "rumdl.toml" ".config/rumdl.toml" "pyproject.toml"];
};
}; };
defaultFormat = ["deno_fmt"]; defaultFormat = ["deno_fmt"];
@ -49,9 +42,6 @@
deno_fmt = { deno_fmt = {
command = getExe pkgs.deno; command = getExe pkgs.deno;
}; };
rumdl = {
command = getExe pkgs.rumdl;
};
prettierd = { prettierd = {
command = getExe pkgs.prettierd; command = getExe pkgs.prettierd;
}; };
@ -61,9 +51,6 @@
markdownlint-cli2 = { markdownlint-cli2 = {
package = pkgs.markdownlint-cli2; package = pkgs.markdownlint-cli2;
}; };
rumdl = {
package = pkgs.rumdl;
};
}; };
in { in {
options.vim.languages.markdown = { options.vim.languages.markdown = {