Merge pull request #153045 from sei40kr/init-vim-plugins-onedark-nvim
vimPlugins.onedark-nvim: init at 2021-11-30
This commit is contained in:
commit
9518c26f92
2 changed files with 13 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue