vimPlugins.palette-nvim: init at 2023-10-02
This commit is contained in:
parent
9c60f1b53f
commit
ccb0be328b
2 changed files with 13 additions and 0 deletions
|
@ -16335,5 +16335,17 @@ final: prev:
|
|||
meta.homepage = "https://github.com/jhradilek/vim-snippets/";
|
||||
};
|
||||
|
||||
palette-nvim = buildVimPlugin {
|
||||
pname = "palette-nvim";
|
||||
version = "2023-10-02";
|
||||
src = fetchFromGitHub {
|
||||
owner = "roobert";
|
||||
repo = "palette.nvim";
|
||||
rev = "a808c190a4f74f73782302152ebf323660d8db5f";
|
||||
sha256 = "sha256-gCyDl+2fDa5CPpibxQnp+pJSkyRl0r03Sh3+IXIoQIQ=";
|
||||
};
|
||||
meta.homepage = "https://github.com/roobert/palette.nvim/";
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -685,6 +685,7 @@ https://github.com/nyoom-engineering/oxocarbon.nvim/,HEAD,
|
|||
https://github.com/vuki656/package-info.nvim/,,
|
||||
https://github.com/wbthomason/packer.nvim/,,
|
||||
https://github.com/drewtempelmeyer/palenight.vim/,,
|
||||
https://github.com/roobert/palette.nvim/,HEAD,
|
||||
https://github.com/NLKNguyen/papercolor-theme/,,
|
||||
https://github.com/tmsvg/pear-tree/,,
|
||||
https://github.com/steelsojka/pears.nvim/,,
|
||||
|
|
Loading…
Reference in a new issue