mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-03-11 03:06:01 +00:00
Compare commits
No commits in common. "8ff302fadd19d1dce46ae163bc38e0c9453a7e24" and "3f30cef69fb3d667d10575ffa717d5a3386d3d5c" have entirely different histories.
8ff302fadd
...
3f30cef69f
2 changed files with 0 additions and 9 deletions
|
|
@ -289,8 +289,6 @@
|
||||||
- Fix [blink.cmp] breaking when built-in sources were modified.
|
- Fix [blink.cmp] breaking when built-in sources were modified.
|
||||||
- Fix [conform.nvim] not allowing disabling formatting on and after save. Use
|
- Fix [conform.nvim] not allowing disabling formatting on and after save. Use
|
||||||
`null` value to disable them if conform is enabled.
|
`null` value to disable them if conform is enabled.
|
||||||
- Add [markdown-oxide](https://github.com/Feel-ix-343/markdown-oxide) option to
|
|
||||||
markdown language module.
|
|
||||||
- Fix Helm-YAML language module integration. YAML diagnostics will now remain in
|
- Fix Helm-YAML language module integration. YAML diagnostics will now remain in
|
||||||
`helmfile`s when both are enabled.
|
`helmfile`s when both are enabled.
|
||||||
- Fix YAML language module not activating LSP keybinds if the Helm language
|
- Fix YAML language module not activating LSP keybinds if the Helm language
|
||||||
|
|
|
||||||
|
|
@ -23,13 +23,6 @@
|
||||||
filetypes = ["markdown" "markdown.mdx"];
|
filetypes = ["markdown" "markdown.mdx"];
|
||||||
root_markers = [".marksman.toml" ".git"];
|
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";
|
defaultFormat = "deno_fmt";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue