Skip to content

Commit 31a5665

Browse files
redoxahmiiNTBBloodbath
authored andcommitted
fix: change default HL behavior
1 parent fd16650 commit 31a5665

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ local default_config = {
168168
end,
169169
},
170170
keybinds = {
171-
buffer_local = false,
171+
buffer_local = true,
172172
prev = "H",
173173
next = "L",
174174
},

lua/rest-nvim/config/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ local default_config = {
133133
},
134134
},
135135
keybinds = {
136-
buffer_local = false,
136+
buffer_local = true,
137137
prev = "H",
138138
next = "L",
139139
},

0 commit comments

Comments
 (0)