From e853ec42894389015de5429ec09aea59e51c6895 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 29 Oct 2022 09:29:38 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/noice.nvim.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/noice.nvim.txt b/doc/noice.nvim.txt index 11310f2..664d60e 100644 --- a/doc/noice.nvim.txt +++ b/doc/noice.nvim.txt @@ -691,13 +691,13 @@ LSP HOVER DOC SCROLLING ~ > vim.keymap.set("n", "", function() - if not require("noice.source.lsp").scroll(4) then + if not require("noice.lsp").scroll(4) then return "" end end, { silent = true, expr = true }) vim.keymap.set("n", "", function() - if not require("noice.source.lsp").scroll(-4) then + if not require("noice.lsp").scroll(-4) then return "" end end, { silent = true, expr = true })