vimPlugins.auto-session: init at 2021-02-05
This commit is contained in:
parent
be5534dc0e
commit
8331390c3a
@ -207,6 +207,18 @@ let
|
|||||||
meta.homepage = "https://github.com/jiangmiao/auto-pairs/";
|
meta.homepage = "https://github.com/jiangmiao/auto-pairs/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
auto-session = buildVimPluginFrom2Nix {
|
||||||
|
pname = "auto-session";
|
||||||
|
version = "2021-02-05";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "rmagatti";
|
||||||
|
repo = "auto-session";
|
||||||
|
rev = "691155697a809af8797c1b935aa4e73187516d42";
|
||||||
|
sha256 = "199rcp3wcqg40a6lsrk83lv2kxgmnbapd5zw16jcxg4svy30dhfg";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/rmagatti/auto-session/";
|
||||||
|
};
|
||||||
|
|
||||||
autoload_cscope-vim = buildVimPluginFrom2Nix {
|
autoload_cscope-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "autoload_cscope-vim";
|
pname = "autoload_cscope-vim";
|
||||||
version = "2011-01-28";
|
version = "2011-01-28";
|
||||||
|
@ -482,6 +482,7 @@ rhysd/vim-grammarous
|
|||||||
rhysd/vim-operator-surround
|
rhysd/vim-operator-surround
|
||||||
RishabhRD/nvim-lsputils
|
RishabhRD/nvim-lsputils
|
||||||
RishabhRD/popfix
|
RishabhRD/popfix
|
||||||
|
rmagatti/auto-session@main
|
||||||
rodjek/vim-puppet
|
rodjek/vim-puppet
|
||||||
romainl/vim-cool
|
romainl/vim-cool
|
||||||
romainl/vim-qf
|
romainl/vim-qf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user