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"; # type = "lua";
# } # }
# # "gc" to comment visual regions/lines # "gcc" or "gcb" to comment visual regions/lines
# { {
# plugin = vp.comment-nvim; plugin = vp.comment-nvim;
# config = '' config = ''
# require("Comment").setup({}) require("Comment").setup({})
# ''; '';
# type = "lua"; type = "lua";
# } }
# vp.plenary-nvim # vp.plenary-nvim
# vp.telescope-fzf-native-nvim # vp.telescope-fzf-native-nvim