mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
vim-plugins/neomru: init
This commit is contained in:
parent
b1a60ba86b
commit
fffe2f8384
@ -108,6 +108,7 @@ rec {
|
||||
webapi-vim = WebAPI;
|
||||
wombat256 = wombat256-vim; # backwards compat, added 2015-7-8
|
||||
yankring = YankRing;
|
||||
neomru = neomru-vim;
|
||||
echodoc = echodoc-vim;
|
||||
context-filetype = context_filetype-vim;
|
||||
concealedyank = concealedyank-vim;
|
||||
@ -1881,6 +1882,17 @@ rec {
|
||||
|
||||
};
|
||||
|
||||
neomru-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "neomru-vim-2017-10-01";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/shougo/neomru.vim";
|
||||
rev = "97540f54fa20b94daf306f0c1f3cce983bbf7a1d";
|
||||
sha256 = "15d5hmh5v3hnjnfb5736n45rh5nyq41vqjp1cz4ls2rxmmfi3xa7";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
neosnippet-snippets = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "neosnippet-snippets-2017-09-26";
|
||||
src = fetchgit {
|
||||
|
@ -240,6 +240,7 @@
|
||||
"xterm-color-table"
|
||||
"zeavim"
|
||||
"github:shougo/denite.nvim"
|
||||
"github:shougo/neomru.vim"
|
||||
"github:shougo/echodoc.vim"
|
||||
"github:shougo/context_filetype.vim"
|
||||
"github:elzr/vim-json"
|
||||
|
Loading…
Reference in New Issue
Block a user