Skip to content

Commit

Permalink
vimPlugins.vim-prosession: init at 2019-11-01
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and Jon committed Jan 29, 2020
1 parent 8f69e4e commit 274d02e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4887,6 +4887,17 @@ let
};
};

vim-prosession = buildVimPluginFrom2Nix {
pname = "vim-prosession";
version = "2019-11-01";
src = fetchFromGitHub {
owner = "dhruvasagar";
repo = "vim-prosession";
rev = "84df77d6470491a67f926b9a6a6a8cc675c161ac";
sha256 = "03p5ncdah3mxd2dxrqprd14gzyy2qlvf9y5hcsdcakf2hhsrxvlg";
};
};

vim-protobuf = buildVimPluginFrom2Nix {
pname = "vim-protobuf";
version = "2017-12-26";
Expand Down
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ deoplete-plugins/deoplete-jedi
deoplete-plugins/deoplete-zsh
derekelkins/agda-vim
derekwyatt/vim-scala
dhruvasagar/vim-prosession
dhruvasagar/vim-table-mode
digitaltoad/vim-jade
direnv/direnv.vim
Expand Down

0 comments on commit 274d02e

Please sign in to comment.