Skip to content

Commit 3af7b3e

Browse files
feat: set concealcursor to nc on help window
1 parent 066e589 commit 3af7b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/rest-nvim/ui/help.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function help.open()
8888

8989
-- Always conceal the markdown content
9090
vim.api.nvim_set_option_value("conceallevel", 2, { win = help_win })
91-
vim.api.nvim_set_option_value("concealcursor", "n", { win = help_win })
91+
vim.api.nvim_set_option_value("concealcursor", "nc", { win = help_win })
9292
end
9393

9494
---Close the request results help window

0 commit comments

Comments
 (0)