vim-plugins/context-filetype: init
This commit is contained in:
parent
5f93dc5918
commit
355062b3a9
@ -107,6 +107,7 @@ rec {
|
||||
webapi-vim = WebAPI;
|
||||
wombat256 = wombat256-vim; # backwards compat, added 2015-7-8
|
||||
yankring = YankRing;
|
||||
context-filetype = context_filetype-vim;
|
||||
concealedyank = concealedyank-vim;
|
||||
cute-python = vim-cute-python-git;
|
||||
vim-grepper = vim-grepper-git;
|
||||
@ -1800,6 +1801,17 @@ rec {
|
||||
|
||||
};
|
||||
|
||||
context_filetype-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "context_filetype-vim-2017-11-15";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/shougo/context_filetype.vim";
|
||||
rev = "6856503cd938d018c2d42277ee6ca896fd63f5a2";
|
||||
sha256 = "1s4nimpvc5ps602h8xb231nvmk9jbzs981an5kxr3idmmk44j5ms";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
neco-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "neco-vim-2017-10-01";
|
||||
src = fetchgit {
|
||||
|
@ -239,6 +239,7 @@
|
||||
"vundle"
|
||||
"xterm-color-table"
|
||||
"zeavim"
|
||||
"github:shougo/context_filetype.vim"
|
||||
"github:elzr/vim-json"
|
||||
"github:kana/vim-operator-user"
|
||||
"github:kana/vim-niceblock"
|
||||
|
Loading…
Reference in New Issue
Block a user