Merge pull request #191346 from jlesquembre/vim-nickel

vimPlugins.vim-nickel: init at 2022-03-16
This commit is contained in:
figsoda 2022-09-15 14:43:45 -04:00 committed by GitHub
commit 56d31abe12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -10628,6 +10628,18 @@ final: prev:
meta.homepage = "https://github.com/kana/vim-niceblock/";
};
vim-nickel = buildVimPluginFrom2Nix {
pname = "vim-nickel";
version = "2022-03-16";
src = fetchFromGitHub {
owner = "nickel-lang";
repo = "vim-nickel";
rev = "2f0f5f8ce2a8e719a5e39d7210ca914ae403374c";
sha256 = "1li3wc5164mcqrvj42dc8zh3j8wml10gpgffapnjilwa5c85kv3q";
};
meta.homepage = "https://github.com/nickel-lang/vim-nickel/";
};
vim-ninja-feet = buildVimPluginFrom2Nix {
pname = "vim-ninja-feet";
version = "2021-05-27";

View file

@ -892,6 +892,7 @@ https://github.com/tiagofumo/vim-nerdtree-syntax-highlight/,,
https://github.com/jistr/vim-nerdtree-tabs/,,
https://github.com/nfnty/vim-nftables/,,
https://github.com/kana/vim-niceblock/,,
https://github.com/nickel-lang/vim-nickel/,main,
https://github.com/tommcdo/vim-ninja-feet/,,
https://github.com/LnL7/vim-nix/,,
https://github.com/symphorien/vim-nixhash/,,