vimPlugins.galaxyline-nvim: init at 2020-12-14

This commit is contained in:
José Luis Lafuente 2020-12-14 23:39:15 +01:00
parent e9158eca70
commit 9ae1ddae57
No known key found for this signature in database
GPG key ID: 8A3455EBE455489A
2 changed files with 13 additions and 0 deletions

View file

@ -1389,6 +1389,18 @@ let
meta.homepage = "https://github.com/junegunn/fzf.vim/";
};
galaxyline-nvim = buildVimPluginFrom2Nix {
pname = "galaxyline-nvim";
version = "2020-12-14";
src = fetchFromGitHub {
owner = "glepnir";
repo = "galaxyline.nvim";
rev = "528bb65b00f9ef5081cb524638b3337c4e5f26b5";
sha256 = "069ksz4nfhlr5zlkpawh1yak4yk3vc2cd9mgy5f0r6in3wh0iypc";
};
meta.homepage = "https://github.com/glepnir/galaxyline.nvim/";
};
gen_tags-vim = buildVimPluginFrom2Nix {
pname = "gen_tags-vim";
version = "2020-10-12";

View file

@ -128,6 +128,7 @@ garbas/vim-snipmate
gentoo/gentoo-syntax
GEverding/vim-hocon
gibiansky/vim-textobj-haskell
glepnir/galaxyline.nvim
glts/vim-textobj-comment
godlygeek/csapprox
godlygeek/tabular