Add smartpairs vim plugin
This commit is contained in:
parent
bccadf3a5b
commit
9ec0c1bb7e
2 changed files with 12 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue