From 5414d062a746f1f46ccc383c98c36a7d630f9a14 Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 7 Aug 2024 19:56:52 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20source-docs(source-docs):=20use?= =?UTF-8?q?=20comment=20labels?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds some labels in comments to better identify keymaps/options --- lua/plugins/editor.lua | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 37274df..b6ca32e 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -14,7 +14,7 @@ return { { -- Illuminate import = "lazyvim.plugins.extras.editor.illuminate", }, - { + { -- Flash "folke/flash.nvim", opts = { modes = { @@ -35,25 +35,25 @@ return { "domharries/foldnav.nvim", lazy = true, keys = { - { + { -- Goto Start "", function() require("foldnav").goto_start() end, }, - { + { -- Goto Next "", function() require("foldnav").goto_next() end, }, - { + { -- Goto Prev "", function() require("foldnav").goto_prev_start() end, }, - { + { -- Goto End "", function() require("foldnav").goto_end() @@ -91,7 +91,7 @@ return { lazy = true, opts = {}, keys = { - { + { -- Toggle Precognition "zk", function() require("config.rootiest").toggle_precognition() @@ -102,7 +102,6 @@ return { }, { -- Zen Mode "folke/zen-mode.nvim", - --event = "VeryLazy", lazy = true, opts = {}, keys = { @@ -134,7 +133,7 @@ return { { -- Recorder "chrisgrieser/nvim-recorder", event = "VeryLazy", - dependencies = "rcarriga/nvim-notify", -- optional + dependencies = "rcarriga/nvim-notify", opts = {}, }, { -- Comment Box