1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 12:06:05 +01:00
nixvim/plugins/utils/endwise.nix
Matt Sturgeon 2a054b039e
lib/vim-plugin: drop config arg
Instead, access it via an imported module
2024-09-02 10:33:50 +01:00

15 lines
262 B
Nix

{
lib,
pkgs,
helpers,
...
}:
helpers.vim-plugin.mkVimPlugin {
name = "endwise";
originalName = "vim-endwise";
defaultPackage = pkgs.vimPlugins.vim-endwise;
maintainers = [ lib.maintainers.GaetanLepage ];
# This plugin has no config options
}