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

15 lines
311 B
Nix

{
lib,
helpers,
...
}:
lib.nixvim.plugins.mkVimPlugin {
name = "endwise";
packPathName = "vim-endwise";
package = "vim-endwise";
description = "A Vim plugin that automatically adds `end` to Ruby blocks.";
maintainers = [ lib.maintainers.GaetanLepage ];
# This plugin has no config options
}