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