vimPlugins.neovim-ayu: init at 2021-07-13
This commit is contained in:
parent
3642313273
commit
12b0c1150b
2 changed files with 13 additions and 0 deletions
|
@ -3238,6 +3238,18 @@ final: prev:
|
||||||
meta.homepage = "https://github.com/kassio/neoterm/";
|
meta.homepage = "https://github.com/kassio/neoterm/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
neovim-ayu = buildVimPluginFrom2Nix {
|
||||||
|
pname = "neovim-ayu";
|
||||||
|
version = "2021-07-13";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "Shatur";
|
||||||
|
repo = "neovim-ayu";
|
||||||
|
rev = "12ed2ff8f341a53cab8a24b35d7a419a6cc5c5e1";
|
||||||
|
sha256 = "1hb2hkzlbakhq55rrikanl8r2k4q6fmm7k4jn54p4v2kr9s8rhr6";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/Shatur/neovim-ayu/";
|
||||||
|
};
|
||||||
|
|
||||||
neovim-fuzzy = buildVimPluginFrom2Nix {
|
neovim-fuzzy = buildVimPluginFrom2Nix {
|
||||||
pname = "neovim-fuzzy";
|
pname = "neovim-fuzzy";
|
||||||
version = "2021-07-02";
|
version = "2021-07-02";
|
||||||
|
|
|
@ -595,6 +595,7 @@ samoshkin/vim-mergetool
|
||||||
sbdchd/neoformat
|
sbdchd/neoformat
|
||||||
sebastianmarkow/deoplete-rust
|
sebastianmarkow/deoplete-rust
|
||||||
SevereOverfl0w/deoplete-github
|
SevereOverfl0w/deoplete-github
|
||||||
|
Shatur/neovim-ayu
|
||||||
shaunsingh/moonlight.nvim@pure-lua
|
shaunsingh/moonlight.nvim@pure-lua
|
||||||
shaunsingh/nord.nvim
|
shaunsingh/nord.nvim
|
||||||
sheerun/vim-polyglot
|
sheerun/vim-polyglot
|
||||||
|
|
Loading…
Reference in a new issue