From e43db52e70d4ed1f11dd52f01e396f2bd8763dc7 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 4 Dec 2024 22:08:03 -0600 Subject: [PATCH] neovim: toggle comments with Ctrl+/ --- home/modules/tui/neovim/plugins/comment.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/modules/tui/neovim/plugins/comment.nix b/home/modules/tui/neovim/plugins/comment.nix index 0a688e9..428aa11 100644 --- a/home/modules/tui/neovim/plugins/comment.nix +++ b/home/modules/tui/neovim/plugins/comment.nix @@ -3,8 +3,8 @@ enable = true; settings = { - opleader.line = ""; - toggler.line = ""; + opleader.line = ""; + toggler.line = ""; }; }; -} \ No newline at end of file +}