chore(nvf): revert to old config

This commit is contained in:
Mohammad Rafiq 2025-05-30 12:26:23 +08:00
parent 9b6a92f9db
commit 4fb0f5a934
No known key found for this signature in database

View file

@ -2,20 +2,21 @@
hardtime-nvim = { hardtime-nvim = {
enable = true; enable = true;
setupOpts = { setupOpts = {
max_count = 1;
disabled_keys = { disabled_keys = {
"h" = [ "<Up>" = [
"n" "n"
"x" "x"
]; ];
"j" = [ "<Down>" = [
"n" "n"
"x" "x"
]; ];
"k" = [ "<Right>" = [
"n" "n"
"x" "x"
]; ];
"l" = [ "<Left>" = [
"n" "n"
"x" "x"
]; ];