vimPlugins.specs-nvim: init at 2021-05-05

This commit is contained in:
fortuneteller2k 2021-05-10 22:11:05 +08:00
parent 21cc6fe587
commit 9bf3ecbe66
2 changed files with 13 additions and 0 deletions

View File

@ -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";

View File

@ -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