From bda27bb9aeee606c364ef4885f7894202ed56532 Mon Sep 17 00:00:00 2001 From: 409 Date: Mon, 14 Oct 2024 04:37:31 +0200 Subject: [PATCH] fix(completion): scroll docs with ``/`` --- lua/409/plugins/comments.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/409/plugins/comments.lua b/lua/409/plugins/comments.lua index 2b39a54..d8cb112 100644 --- a/lua/409/plugins/comments.lua +++ b/lua/409/plugins/comments.lua @@ -35,22 +35,22 @@ return { ":Neogen class", desc = "Document class", }, - { + --[[ { "", function() require("neogen").jump_next() end, mode = "i", desc = "Next documentation field", - }, - { + }, ]] + --[[ { "", function() require("neogen").jump_prev() end, mode = "i", desc = "Previous documentation field", - }, + }, ]] }, }, {