Refactor custom packages

This commit is contained in:
Oliver Davies 2025-01-19 13:49:10 +00:00
parent e04bededf3
commit a7430169e9
16 changed files with 58 additions and 42 deletions

View file

@ -1,8 +1,10 @@
{ pkgs, ... }:
pkgs.vimUtils.buildVimPlugin {
with pkgs;
vimUtils.buildVimPlugin {
name = "vim-textobj-xmlattr";
src = pkgs.fetchFromGitHub {
src = fetchFromGitHub {
owner = "whatyouhide";
repo = "vim-textobj-xmlattr";
rev = "694a297f1d75fd527e87da9769f3c6519a87ebb1";