Merge branch 'main' into feat/gettext

This commit is contained in:
Snoweuph 2026-03-24 18:57:59 +01:00 committed by GitHub
commit 162c1ff691
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 2 deletions

View file

@ -21,7 +21,7 @@
marksman = {
enable = true;
cmd = [(getExe pkgs.marksman) "server"];
filetypes = ["markdown" "markdown.mdx"];
filetypes = ["markdown" "mdx"];
root_markers = [".marksman.toml" ".git"];
};

View file

@ -11,7 +11,6 @@ in {
vim = {
startPlugins = [
"plenary-nvim"
"fzf-lua"
"nui-nvim"
];