Add smartpairs vim plugin

This commit is contained in:
Salar Rahmanian 2019-12-16 08:14:51 -08:00 committed by Jon
parent bccadf3a5b
commit 9ec0c1bb7e
2 changed files with 12 additions and 0 deletions

View File

@ -2476,6 +2476,17 @@ let
};
};
smartpairs-vim = buildVimPluginFrom2Nix {
pname = "smartpairs-vim";
version = "2018-01-01";
src = fetchFromGitHub {
owner = "gorkunov";
repo = "smartpairs.vim";
rev = "dc754c29509b1a942552b3cfa348e4aae209322c";
sha256 = "1pyynwz7wfbgccdxsyggzl0301qjj3wgyymah5spx8b3s42a6slj";
};
};
sourcemap-vim = buildVimPluginFrom2Nix {
pname = "sourcemap-vim";
version = "2012-09-19";

View File

@ -106,6 +106,7 @@ godlygeek/tabular
google/vim-codefmt
google/vim-jsonnet
google/vim-maktaba
gorkunov/smartpairs.vim
gotcha/vimelette
gregsexton/gitv
guns/vim-clojure-highlight