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