mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
vimPlugins.presence-nvim: init at 2021-06-08
This commit is contained in:
parent
0fa2b43956
commit
c86cd65e9b
2 changed files with 13 additions and 0 deletions
|
@ -3995,6 +3995,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/nvim-lua/popup.nvim/";
|
||||
};
|
||||
|
||||
presence-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "presence-nvim";
|
||||
version = "2021-06-08";
|
||||
src = fetchFromGitHub {
|
||||
owner = "andweeb";
|
||||
repo = "presence.nvim";
|
||||
rev = "f4c1e227be0a0c863c2de201155401950eda572e";
|
||||
sha256 = "08s4az1gv6r5sl0jqkaf4yzibglibb7n2sivh7qccj8dz8id3883";
|
||||
};
|
||||
meta.homepage = "https://github.com/andweeb/presence.nvim/";
|
||||
};
|
||||
|
||||
PreserveNoEOL = buildVimPluginFrom2Nix {
|
||||
pname = "PreserveNoEOL";
|
||||
version = "2013-06-14";
|
||||
|
|
|
@ -20,6 +20,7 @@ AndrewRadev/sideways.vim@main
|
|||
AndrewRadev/splitjoin.vim@main
|
||||
andsild/peskcolor.vim
|
||||
andviro/flake8-vim
|
||||
andweeb/presence.nvim
|
||||
andymass/vim-matchup
|
||||
andys8/vim-elm-syntax
|
||||
antoinemadec/coc-fzf
|
||||
|
|
Loading…
Reference in a new issue