mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
vimPlugins.github-nvim-theme: init at 2024-12-31
This commit is contained in:
parent
cdf83e0f3a
commit
c05f2ec2ea
2 changed files with 14 additions and 0 deletions
|
@ -5057,6 +5057,19 @@ final: prev:
|
|||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
github-nvim-theme = buildVimPlugin {
|
||||
pname = "github-nvim-theme";
|
||||
version = "2024-12-31";
|
||||
src = fetchFromGitHub {
|
||||
owner = "projekt0n";
|
||||
repo = "github-nvim-theme";
|
||||
rev = "c106c9472154d6b2c74b74565616b877ae8ed31d";
|
||||
sha256 = "1w7lz4bgfm8hq1mir4hcr8ik585d4l4w7bjl8yl3g3zklj8223pw";
|
||||
};
|
||||
meta.homepage = "https://github.com/projekt0n/github-nvim-theme/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
gitignore-nvim = buildVimPlugin {
|
||||
pname = "gitignore.nvim";
|
||||
version = "2024-03-25";
|
||||
|
|
|
@ -387,6 +387,7 @@ https://github.com/akinsho/git-conflict.nvim/,HEAD,
|
|||
https://github.com/rhysd/git-messenger.vim/,,
|
||||
https://github.com/mikesmithgh/git-prompt-string-lualine.nvim/,HEAD,
|
||||
https://github.com/ThePrimeagen/git-worktree.nvim/,,
|
||||
https://github.com/projekt0n/github-nvim-theme/,HEAD,
|
||||
https://github.com/wintermute-cell/gitignore.nvim/,HEAD,
|
||||
https://github.com/vim-scripts/gitignore.vim/,,
|
||||
https://github.com/ruifm/gitlinker.nvim/,,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue