NeoVim: comment.nvim

This commit is contained in:
Filippo Berto 2024-02-12 10:39:18 +01:00
parent 7d9af65757
commit 18fa71f40e
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -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