vimPlugins.nginx-vim: init at 2021-02-25

This commit is contained in:
ilkecan 2021-03-21 16:14:24 +03:00
parent 8c4b85dbca
commit 85d8cdd866
2 changed files with 13 additions and 0 deletions

View File

@ -2902,6 +2902,18 @@ let
meta.homepage = "https://github.com/fiatjaf/neuron.vim/";
};
nginx-vim = buildVimPluginFrom2Nix {
pname = "nginx-vim";
version = "2021-02-25";
src = fetchFromGitHub {
owner = "chr4";
repo = "nginx.vim";
rev = "7b8e3ef48d8e60fe64bb1a85be52e66dd412c84d";
sha256 = "00n3kx4gczryx968n0l7hqdxg6i4vfi3n3m4bdl5d3rwpbwdy6zy";
};
meta.homepage = "https://github.com/chr4/nginx.vim/";
};
nim-vim = buildVimPluginFrom2Nix {
pname = "nim-vim";
version = "2020-10-16";

View File

@ -45,6 +45,7 @@ cespare/vim-toml
Chiel92/vim-autoformat
chikatoike/concealedyank.vim
chikatoike/sourcemap.vim
chr4/nginx.vim
chrisbra/CheckAttach
chrisbra/csv.vim
chrisbra/NrrwRgn