fix: deprecation warnings

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-10-20 09:22:50 +02:00
parent e61a6710cb
commit 25262c7a9c
Signed by: lander
GPG key ID: 0142722B4B0C536F
4 changed files with 73 additions and 58 deletions

View file

@ -15,25 +15,29 @@ in
mkdnflow = {
enable = true;
toDo.symbols = [
" "
""
"x"
];
mappings = {
MkdnEnter = {
key = "<cr>";
modes = [
"n"
"i"
];
};
MkdnToggleToDo = {
key = "<c-space>";
modes = [
"n"
"i"
];
settings = {
to_do.symbols = [
" "
""
"x"
];
mappings = {
MkdnEnter = {
key = "<cr>";
modes = [
"n"
"i"
];
};
MkdnToggleToDo = {
key = "<c-space>";
modes = [
"n"
"i"
];
};
};
};
};