1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-27 20:51:05 +01:00
nixvim/plugins/by-name/endwise/default.nix

14 lines
236 B
Nix

{
lib,
helpers,
...
}:
lib.nixvim.vim-plugin.mkVimPlugin {
name = "endwise";
packPathName = "vim-endwise";
package = "vim-endwise";
maintainers = [ lib.maintainers.GaetanLepage ];
# This plugin has no config options
}