mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 08:28:20 +00:00
vimPlugins.specs-nvim: init at 2021-05-05
This commit is contained in:
parent
21cc6fe587
commit
9bf3ecbe66
|
@ -4283,6 +4283,18 @@ let
|
|||
meta.homepage = "https://github.com/chrisgeo/sparkup/";
|
||||
};
|
||||
|
||||
specs-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "specs-nvim";
|
||||
version = "2021-05-05";
|
||||
src = fetchFromGitHub {
|
||||
owner = "edluffy";
|
||||
repo = "specs.nvim";
|
||||
rev = "a62319a224b73b70af47a48ba076d7ec67b08526";
|
||||
sha256 = "1hs7qp3fr451ziddv08nyygnxx1n6y32fr0y97s9zjc7j13d3nc3";
|
||||
};
|
||||
meta.homepage = "https://github.com/edluffy/specs.nvim/";
|
||||
};
|
||||
|
||||
splice-vim = buildVimPluginFrom2Nix {
|
||||
pname = "splice-vim";
|
||||
version = "2020-01-15";
|
||||
|
|
|
@ -107,6 +107,7 @@ eagletmt/neco-ghc
|
|||
easymotion/vim-easymotion
|
||||
editorconfig/editorconfig-vim
|
||||
edluffy/hologram.nvim@main
|
||||
edluffy/specs.nvim@main
|
||||
edwinb/idris2-vim
|
||||
ehamberg/vim-cute-python
|
||||
eigenfoo/stan-vim
|
||||
|
|
Loading…
Reference in a new issue