vimPlugins.oceanic-next: init at 2019-04-10
This commit is contained in:
parent
ed19f15ea4
commit
b9931ffe47
2 changed files with 13 additions and 0 deletions
|
@ -2639,6 +2639,18 @@ let
|
|||
meta.homepage = "https://github.com/neovim/nvimdev.nvim/";
|
||||
};
|
||||
|
||||
oceanic-next = buildVimPluginFrom2Nix {
|
||||
pname = "oceanic-next";
|
||||
version = "2019-04-10";
|
||||
src = fetchFromGitHub {
|
||||
owner = "mhartington";
|
||||
repo = "oceanic-next";
|
||||
rev = "08158eec24cd154afd1623686aeb336fad580be7";
|
||||
sha256 = "1s2h9mnhl54ww7zpdllwlxz93d5i7l7rx3s9mr8w6sv8azcak3v8";
|
||||
};
|
||||
meta.homepage = "https://github.com/mhartington/oceanic-next/";
|
||||
};
|
||||
|
||||
onehalf = buildVimPluginFrom2Nix {
|
||||
pname = "onehalf";
|
||||
version = "2020-06-11";
|
||||
|
|
|
@ -284,6 +284,7 @@ megaannum/self
|
|||
mengelbrecht/lightline-bufferline
|
||||
mfukar/robotframework-vim
|
||||
mg979/vim-visual-multi
|
||||
mhartington/oceanic-next
|
||||
mhinz/vim-crates
|
||||
mhinz/vim-grepper
|
||||
mhinz/vim-janah
|
||||
|
|
Loading…
Reference in a new issue