nix-community.nixvim/plugins/by-name/commentary/default.nix
2024-12-22 10:04:17 +00:00

16 lines
318 B
Nix

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