nix-community.nixvim/plugins/by-name/endwise/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
311 B
Nix
Raw Normal View History

{
lib,
helpers,
...
}:
2024-12-22 09:58:27 +00:00
lib.nixvim.plugins.mkVimPlugin {
name = "endwise";
packPathName = "vim-endwise";
package = "vim-endwise";
2025-06-18 02:42:47 +03:00
description = "A Vim plugin that automatically adds `end` to Ruby blocks.";
2021-02-21 14:02:06 +00:00
maintainers = [ lib.maintainers.GaetanLepage ];
# This plugin has no config options
}