vim-plugins/context-filetype: init

This commit is contained in:
Anders Sildnes 2018-01-25 14:50:18 +01:00
parent 5f93dc5918
commit 355062b3a9
No known key found for this signature in database
GPG key ID: 1B6F731A9B8A026C
2 changed files with 13 additions and 0 deletions

View file

@ -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 {

View file

@ -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"