From 4e3efa3293c55d92befa030298461ce9c86740b0 Mon Sep 17 00:00:00 2001 From: 409 Date: Fri, 18 Oct 2024 09:38:36 +0200 Subject: [PATCH] chore(comments): remove old commented keybinds --- lua/409/plugins/comments.lua | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/lua/409/plugins/comments.lua b/lua/409/plugins/comments.lua index d8cb112..bb4db21 100644 --- a/lua/409/plugins/comments.lua +++ b/lua/409/plugins/comments.lua @@ -35,22 +35,6 @@ 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", - }, ]] }, }, {