vimPlugins.onedark-nvim: init at 2021-11-30

This commit is contained in:
Seong Yong-ju 2022-01-01 15:16:53 +09:00
parent 1a66fe1035
commit 4b05200210
2 changed files with 13 additions and 0 deletions

View File

@ -4762,6 +4762,18 @@ final: prev:
meta.homepage = "https://github.com/Th3Whit3Wolf/one-nvim/";
};
onedark-nvim = buildVimPluginFrom2Nix {
pname = "onedark.nvim";
version = "2021-11-30";
src = fetchFromGitHub {
owner = "navarasu";
repo = "onedark.nvim";
rev = "ce49cf36dc839564e95290e2cdace396c148bca1";
sha256 = "1q7y7vhgk8r28nq4q3aamvkg2hfylfxq25i2avj45prap23b73zy";
};
meta.homepage = "https://github.com/navarasu/onedark.nvim/";
};
onedark-vim = buildVimPluginFrom2Nix {
pname = "onedark.vim";
version = "2021-10-15";

View File

@ -497,6 +497,7 @@ natebosch/vim-lsc
nathanaelkane/vim-indent-guides
nathangrigg/vim-beancount
nathanmsmith/nvim-ale-diagnostic
navarasu/onedark.nvim
navicore/vissort.vim
nbouscal/vim-stylish-haskell
ncm2/float-preview.nvim