mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
fix copilot on markdown files
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user