vimPlugins.presence-nvim: init at 2021-06-08
This commit is contained in:
parent
0fa2b43956
commit
c86cd65e9b
@ -3995,6 +3995,18 @@ final: prev:
|
|||||||
meta.homepage = "https://github.com/nvim-lua/popup.nvim/";
|
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 {
|
PreserveNoEOL = buildVimPluginFrom2Nix {
|
||||||
pname = "PreserveNoEOL";
|
pname = "PreserveNoEOL";
|
||||||
version = "2013-06-14";
|
version = "2013-06-14";
|
||||||
|
@ -20,6 +20,7 @@ AndrewRadev/sideways.vim@main
|
|||||||
AndrewRadev/splitjoin.vim@main
|
AndrewRadev/splitjoin.vim@main
|
||||||
andsild/peskcolor.vim
|
andsild/peskcolor.vim
|
||||||
andviro/flake8-vim
|
andviro/flake8-vim
|
||||||
|
andweeb/presence.nvim
|
||||||
andymass/vim-matchup
|
andymass/vim-matchup
|
||||||
andys8/vim-elm-syntax
|
andys8/vim-elm-syntax
|
||||||
antoinemadec/coc-fzf
|
antoinemadec/coc-fzf
|
||||||
|
Loading…
Reference in New Issue
Block a user