vimPlugins.heirline-nvim: init at 2023-01-30

This commit is contained in:
ocfox 2023-02-02 13:00:34 +08:00
parent 87732924fe
commit 892c813736
No known key found for this signature in database
GPG Key ID: 8C2212388306143C
2 changed files with 13 additions and 0 deletions

View File

@ -3645,6 +3645,18 @@ final: prev:
meta.homepage = "https://github.com/travitch/hasksyn/";
};
heirline-nvim = buildVimPluginFrom2Nix {
pname = "heirline.nvim";
version = "2023-01-30";
src = fetchFromGitHub {
owner = "rebelot";
repo = "heirline.nvim";
rev = "81ceb3025e6c7030c42accc3951dad94f31ff0c8";
sha256 = "0m8z7k0pw7vmwmw21lcil0iprdb9l9yfx4yjk05h65027j8xhk7c";
};
meta.homepage = "https://github.com/rebelot/heirline.nvim/";
};
hiPairs = buildVimPluginFrom2Nix {
pname = "hiPairs";
version = "2020-12-10";

View File

@ -305,6 +305,7 @@ https://github.com/MrcJkb/haskell-tools.nvim/,HEAD,
https://github.com/neovimhaskell/haskell-vim/,,
https://github.com/wenzel-hoffman/haskell-with-unicode.vim/,HEAD,
https://github.com/travitch/hasksyn/,,
https://github.com/rebelot/heirline.nvim/,,
https://github.com/Yggdroot/hiPairs/,,
https://git.sr.ht/~soywod/himalaya-vim,,
https://github.com/mpickering/hlint-refactor-vim/,,