mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
vim-plugins/vim-toml: init
This commit is contained in:
parent
3bc1af57c7
commit
f90e3bae4e
@ -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 {
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user