12.nixvim/plugins/by-name/commentary/default.nix
saygo-png c4b27080a6 treewide: infer packPathName menial work
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-09-27 23:49:59 +00:00

16 lines
321 B
Nix

{
lib,
helpers,
...
}:
lib.nixvim.plugins.mkVimPlugin {
name = "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
}