nixvim: re-add vim-textobj-xmlattr
This commit is contained in:
parent
a218f5623c
commit
f8489d5c72
4 changed files with 38 additions and 9 deletions
19
flake.lock
generated
19
flake.lock
generated
|
@ -459,7 +459,8 @@
|
||||||
"nixpkgs-stable": "nixpkgs-stable",
|
"nixpkgs-stable": "nixpkgs-stable",
|
||||||
"nixvim": "nixvim",
|
"nixvim": "nixvim",
|
||||||
"nur": "nur",
|
"nur": "nur",
|
||||||
"standard-vim": "standard-vim"
|
"standard-vim": "standard-vim",
|
||||||
|
"vim-textobj-xmlattr": "vim-textobj-xmlattr"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"standard-vim": {
|
"standard-vim": {
|
||||||
|
@ -522,6 +523,22 @@
|
||||||
"repo": "default",
|
"repo": "default",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"vim-textobj-xmlattr": {
|
||||||
|
"flake": false,
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1464940962,
|
||||||
|
"narHash": "sha256-+91FVP95oh00flINdltqx6qJuijYo56tHIh3J098G2Q=",
|
||||||
|
"owner": "whatyouhide",
|
||||||
|
"repo": "vim-textobj-xmlattr",
|
||||||
|
"rev": "694a297f1d75fd527e87da9769f3c6519a87ebb1",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "whatyouhide",
|
||||||
|
"repo": "vim-textobj-xmlattr",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": "root",
|
"root": "root",
|
||||||
|
|
|
@ -39,6 +39,9 @@
|
||||||
|
|
||||||
standard-vim.flake = false;
|
standard-vim.flake = false;
|
||||||
standard-vim.url = "github:tjdevries/standard.vim";
|
standard-vim.url = "github:tjdevries/standard.vim";
|
||||||
|
|
||||||
|
vim-textobj-xmlattr.flake = false;
|
||||||
|
vim-textobj-xmlattr.url = "github:whatyouhide/vim-textobj-xmlattr";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
|
|
17
modules2/nixvim/vim-textobj-xmlattr.nix
Normal file
17
modules2/nixvim/vim-textobj-xmlattr.nix
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
{ inputs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
flake.modules.nixvim.custom =
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
extraPlugins = with pkgs.vimPlugins; [
|
||||||
|
vim-textobj-user
|
||||||
|
|
||||||
|
(pkgs.vimUtils.buildVimPlugin {
|
||||||
|
src = inputs.vim-textobj-xmlattr;
|
||||||
|
pname = "vim-textobj-xmlattr";
|
||||||
|
version = "unstable";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
|
@ -5,14 +5,6 @@
|
||||||
"rev": "deb76867c302f933c8f21753806cbf2d8461b548",
|
"rev": "deb76867c302f933c8f21753806cbf2d8461b548",
|
||||||
"version": "0.0.6",
|
"version": "0.0.6",
|
||||||
"hash": "sha256-oFzUPG+IOkbKZ2gU/kduQ3G/LsLDlEjFhRP0BHBE+1Q="
|
"hash": "sha256-oFzUPG+IOkbKZ2gU/kduQ3G/LsLDlEjFhRP0BHBE+1Q="
|
||||||
},
|
|
||||||
|
|
||||||
"vim-textobj-xmlattr": {
|
|
||||||
"owner": "whatyouhide",
|
|
||||||
"repo": "vim-textobj-xmlattr",
|
|
||||||
"rev": "694a297f1d75fd527e87da9769f3c6519a87ebb1",
|
|
||||||
"version": "unstable-2016-06-03",
|
|
||||||
"hash": "sha256-+91FVP95oh00flINdltqx6qJuijYo56tHIh3J098G2Q="
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue