We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nc
1 parent 066e589 commit 3af7b3eCopy full SHA for 3af7b3e
lua/rest-nvim/ui/help.lua
@@ -88,7 +88,7 @@ function help.open()
88
89
-- Always conceal the markdown content
90
vim.api.nvim_set_option_value("conceallevel", 2, { win = help_win })
91
- vim.api.nvim_set_option_value("concealcursor", "n", { win = help_win })
+ vim.api.nvim_set_option_value("concealcursor", "nc", { win = help_win })
92
end
93
94
---Close the request results help window
0 commit comments