forked from mirrors/nixpkgs
vimPlugins.vim-nong-theme: init at 2020-12-03
This commit is contained in:
parent
d9415d11d3
commit
098c0152f5
|
@ -6051,6 +6051,18 @@ let
|
|||
meta.homepage = "https://github.com/LnL7/vim-nix/";
|
||||
};
|
||||
|
||||
vim-nong-theme = buildVimPluginFrom2Nix {
|
||||
pname = "vim-nong-theme";
|
||||
version = "2020-12-03";
|
||||
src = fetchFromGitHub {
|
||||
owner = "fruit-in";
|
||||
repo = "vim-nong-theme";
|
||||
rev = "ea4c8558970b2c6e724483e3031940906420aa7e";
|
||||
sha256 = "09ws0wj2zldyfn7752rzh0wx24271yi4c390gd9f60d33pkc0s80";
|
||||
};
|
||||
meta.homepage = "https://github.com/fruit-in/vim-nong-theme/";
|
||||
};
|
||||
|
||||
vim-numbertoggle = buildVimPluginFrom2Nix {
|
||||
pname = "vim-numbertoggle";
|
||||
version = "2017-10-26";
|
||||
|
|
|
@ -121,6 +121,7 @@ flazz/vim-colorschemes
|
|||
floobits/floobits-neovim
|
||||
freitass/todo.txt-vim
|
||||
frigoeu/psc-ide-vim
|
||||
fruit-in/vim-nong-theme
|
||||
fsharp/vim-fsharp
|
||||
fszymanski/deoplete-emoji
|
||||
garbas/vim-snipmate
|
||||
|
|
Loading…
Reference in a new issue