Use new format of mkdnflow bindings
This commit is contained in:
@@ -135,16 +135,15 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
mkdnflow = {
|
mkdnflow = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
mappings = {
|
mappings = {
|
||||||
MkdnEnter = {
|
MkdnEnter = [
|
||||||
key = "<CR>";
|
[ "n" "v" "i" ]
|
||||||
modes = [ "n" "v" "i" ];
|
"<CR>"
|
||||||
};
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user