fix copilot on markdown files

Former-commit-id: 2ac4321f7b
This commit is contained in:
Hadi
2025-03-26 10:30:04 +01:00
parent 4b80d21c00
commit 542f811107

View File

@@ -21,11 +21,11 @@ in {
mkdnflow = { mkdnflow = {
enable = true; enable = true;
mappings = { mappings = {
MkdnNextLink = { MkdnTableNextCell = {
key = "<S-Tab>"; key = "<S-Tab>";
modes = "n"; modes = "i";
}; };
MkdnPrevLink = false; MkdnTablePrevCell = false;
}; };
}; };
}; };