mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 19:12:11 +02:00
fix copilot on markdown files
This commit is contained in:
@@ -21,11 +21,11 @@ in {
|
||||
mkdnflow = {
|
||||
enable = true;
|
||||
mappings = {
|
||||
MkdnNextLink = {
|
||||
MkdnTableNextCell = {
|
||||
key = "<S-Tab>";
|
||||
modes = "n";
|
||||
modes = "i";
|
||||
};
|
||||
MkdnPrevLink = false;
|
||||
MkdnTablePrevCell = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user