mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03: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
|
vim-sort-motion = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "vim-sort-motion-2017-10-03";
|
name = "vim-sort-motion-2017-10-03";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
@ -239,6 +239,7 @@
|
|||||||
"vundle"
|
"vundle"
|
||||||
"xterm-color-table"
|
"xterm-color-table"
|
||||||
"zeavim"
|
"zeavim"
|
||||||
|
"github:cespare/vim-toml"
|
||||||
"github:mhinz/vim-grepper.git"
|
"github:mhinz/vim-grepper.git"
|
||||||
"github:andsild/peskcolor.vim.git"
|
"github:andsild/peskcolor.vim.git"
|
||||||
"github:bazelbuild/vim-bazel"
|
"github:bazelbuild/vim-bazel"
|
||||||
|
Loading…
Reference in New Issue
Block a user