From 18fa71f40e290505259ac249005740acc7c7b2ef Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 12 Feb 2024 10:39:18 +0100 Subject: [PATCH] NeoVim: comment.nvim --- modules/hm/vim.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/hm/vim.nix b/modules/hm/vim.nix index 638b17b..5b5a3aa 100644 --- a/modules/hm/vim.nix +++ b/modules/hm/vim.nix @@ -219,14 +219,14 @@ let vp = pkgs.vimPlugins; in { # type = "lua"; # } - # # "gc" to comment visual regions/lines - # { - # plugin = vp.comment-nvim; - # config = '' - # require("Comment").setup({}) - # ''; - # type = "lua"; - # } + # "gcc" or "gcb" to comment visual regions/lines + { + plugin = vp.comment-nvim; + config = '' + require("Comment").setup({}) + ''; + type = "lua"; + } # vp.plenary-nvim # vp.telescope-fzf-native-nvim