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", - }, ]] }, }, {