Add smartpairs vim plugin
This commit is contained in:
@@ -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 {
|
sourcemap-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "sourcemap-vim";
|
pname = "sourcemap-vim";
|
||||||
version = "2012-09-19";
|
version = "2012-09-19";
|
||||||
|
|||||||
@@ -106,6 +106,7 @@ godlygeek/tabular
|
|||||||
google/vim-codefmt
|
google/vim-codefmt
|
||||||
google/vim-jsonnet
|
google/vim-jsonnet
|
||||||
google/vim-maktaba
|
google/vim-maktaba
|
||||||
|
gorkunov/smartpairs.vim
|
||||||
gotcha/vimelette
|
gotcha/vimelette
|
||||||
gregsexton/gitv
|
gregsexton/gitv
|
||||||
guns/vim-clojure-highlight
|
guns/vim-clojure-highlight
|
||||||
|
|||||||
Reference in New Issue
Block a user