1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-22 08:51:14 +01:00

plugins/rest: add keybinds option

This commit is contained in:
Gaetan Lepage 2024-04-07 14:07:31 +02:00 committed by Gaétan Lepage
parent 6f7b236f65
commit c1ae78cd8c
2 changed files with 19 additions and 0 deletions

View file

@ -69,6 +69,11 @@
'';
};
};
keybinds = {
buffer_local = false;
prev = "H";
next = "L";
};
};
highlight = {
enable = true;