vim-plugins/vim-toml: init

This commit is contained in:
Anders Sildnes 2018-01-25 12:52:32 +01:00
parent 3bc1af57c7
commit f90e3bae4e
No known key found for this signature in database
GPG Key ID: 1B6F731A9B8A026C
2 changed files with 12 additions and 0 deletions

View File

@ -657,6 +657,17 @@ rec {
};
vim-toml = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-toml-2017-12-10";
src = fetchgit {
url = "https://github.com/cespare/vim-toml";
rev = "b531aac0d45aaa373070c4cc30d7ead91960f5a7";
sha256 = "14g3zvyfvhilr5ka3jhja4jxjn99957sk6hlv13yfkg349f57dvg";
};
dependencies = [];
};
vim-sort-motion = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-sort-motion-2017-10-03";
src = fetchgit {

View File

@ -239,6 +239,7 @@
"vundle"
"xterm-color-table"
"zeavim"
"github:cespare/vim-toml"
"github:mhinz/vim-grepper.git"
"github:andsild/peskcolor.vim.git"
"github:bazelbuild/vim-bazel"