vimPlugins.one-nvim: init at 2021-01-25
This commit is contained in:
parent
97f7ae626c
commit
fa0eac3dff
@ -3106,6 +3106,18 @@ let
|
|||||||
meta.homepage = "https://github.com/mhartington/oceanic-next/";
|
meta.homepage = "https://github.com/mhartington/oceanic-next/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
one-nvim = buildVimPluginFrom2Nix {
|
||||||
|
pname = "one-nvim";
|
||||||
|
version = "2021-01-25";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "Th3Whit3Wolf";
|
||||||
|
repo = "one-nvim";
|
||||||
|
rev = "c58db68bc16ab3eb50aaa81e54082f809d318194";
|
||||||
|
sha256 = "1m26qxa2hzkm03fw7vr547k7srawp0p533q7116c96gd3gsz3hxv";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/Th3Whit3Wolf/one-nvim/";
|
||||||
|
};
|
||||||
|
|
||||||
onedark-vim = buildVimPluginFrom2Nix {
|
onedark-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "onedark-vim";
|
pname = "onedark-vim";
|
||||||
version = "2020-12-14";
|
version = "2020-12-14";
|
||||||
|
@ -548,6 +548,7 @@ ternjs/tern_for_vim
|
|||||||
terryma/vim-expand-region
|
terryma/vim-expand-region
|
||||||
terryma/vim-multiple-cursors
|
terryma/vim-multiple-cursors
|
||||||
tex/vimpreviewpandoc
|
tex/vimpreviewpandoc
|
||||||
|
Th3Whit3Wolf/one-nvim@main
|
||||||
theHamsta/nvim-dap-virtual-text
|
theHamsta/nvim-dap-virtual-text
|
||||||
thinca/vim-ft-diff_fold
|
thinca/vim-ft-diff_fold
|
||||||
thinca/vim-prettyprint
|
thinca/vim-prettyprint
|
||||||
|
Loading…
Reference in New Issue
Block a user