mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
vimPlugins.papercolor-theme-slim: init at 2025-03-09
This commit is contained in:
parent
bd9298af7f
commit
528eeaaabf
2 changed files with 14 additions and 0 deletions
|
@ -11515,6 +11515,19 @@ final: prev:
|
|||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
papercolor-theme-slim = buildVimPlugin {
|
||||
pname = "papercolor-theme-slim";
|
||||
version = "2025-03-09";
|
||||
src = fetchFromGitHub {
|
||||
owner = "pappasam";
|
||||
repo = "papercolor-theme-slim";
|
||||
rev = "ccfb47869077ef0a7880e6fe73f5dfae44298f68";
|
||||
sha256 = "1yvhrfj2i8b3mrglcqhsk02x4p5bqaqynd84kr9dl0xrzl0bjzcz";
|
||||
};
|
||||
meta.homepage = "https://github.com/pappasam/papercolor-theme-slim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
parpar-nvim = buildVimPlugin {
|
||||
pname = "parpar.nvim";
|
||||
version = "2023-09-12";
|
||||
|
|
|
@ -883,6 +883,7 @@ https://github.com/drewtempelmeyer/palenight.vim/,,
|
|||
https://github.com/JoosepAlviste/palenightfall.nvim/,,
|
||||
https://github.com/roobert/palette.nvim/,HEAD,
|
||||
https://github.com/NLKNguyen/papercolor-theme/,,
|
||||
https://github.com/pappasam/papercolor-theme-slim/,HEAD,
|
||||
https://github.com/dundalek/parpar.nvim/,,
|
||||
https://github.com/tmsvg/pear-tree/,,
|
||||
https://github.com/steelsojka/pears.nvim/,,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue