vim-plugins/neomru: init
This commit is contained in:
parent
b1a60ba86b
commit
fffe2f8384
@ -108,6 +108,7 @@ rec {
|
|||||||
webapi-vim = WebAPI;
|
webapi-vim = WebAPI;
|
||||||
wombat256 = wombat256-vim; # backwards compat, added 2015-7-8
|
wombat256 = wombat256-vim; # backwards compat, added 2015-7-8
|
||||||
yankring = YankRing;
|
yankring = YankRing;
|
||||||
|
neomru = neomru-vim;
|
||||||
echodoc = echodoc-vim;
|
echodoc = echodoc-vim;
|
||||||
context-filetype = context_filetype-vim;
|
context-filetype = context_filetype-vim;
|
||||||
concealedyank = concealedyank-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
|
neosnippet-snippets = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "neosnippet-snippets-2017-09-26";
|
name = "neosnippet-snippets-2017-09-26";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
@ -240,6 +240,7 @@
|
|||||||
"xterm-color-table"
|
"xterm-color-table"
|
||||||
"zeavim"
|
"zeavim"
|
||||||
"github:shougo/denite.nvim"
|
"github:shougo/denite.nvim"
|
||||||
|
"github:shougo/neomru.vim"
|
||||||
"github:shougo/echodoc.vim"
|
"github:shougo/echodoc.vim"
|
||||||
"github:shougo/context_filetype.vim"
|
"github:shougo/context_filetype.vim"
|
||||||
"github:elzr/vim-json"
|
"github:elzr/vim-json"
|
||||||
|
Loading…
Reference in New Issue
Block a user