Skip to content

Commit 0fe5a1e

Browse files
committed
fix: export scroll in noice.lsp. See #161
1 parent 860c8c9 commit 0fe5a1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lua/noice/lsp/init.lua

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ function M.setup()
4545
end
4646
end
4747

48+
function M.scroll(delta)
49+
return require("noice.lsp.docs").scroll(delta)
50+
end
51+
4852
function M.hover()
4953
---@diagnostic disable-next-line: missing-parameter
5054
local params = vim.lsp.util.make_position_params()

0 commit comments

Comments
 (0)