nix-community.nixvim/plugins/by-name/commentary/default.nix
2025-06-18 02:42:47 +03:00

17 lines
356 B
Nix

{
lib,
helpers,
...
}:
lib.nixvim.plugins.mkVimPlugin {
name = "commentary";
packPathName = "vim-commentary";
package = "vim-commentary";
description = "Comment stuff out.";
# TODO Add support for additional filetypes. This requires autocommands!
maintainers = [ lib.maintainers.GaetanLepage ];
# This plugin has no config options
}