vimPlugins.nvim-autopairs: init at 2021-02-25 (#114409)

This commit is contained in:
José Luis Lafuente
2021-03-08 15:27:15 -05:00
committed by GitHub
parent 176f44dfe1
commit 9e76aa2cca
2 changed files with 13 additions and 0 deletions
+12
View File
@@ -2950,6 +2950,18 @@ let
meta.homepage = "https://github.com/nathunsmitty/nvim-ale-diagnostic/";
};
nvim-autopairs= buildVimPluginFrom2Nix {
pname = "nvim-autopairs";
version = "2021-02-25";
src = fetchFromGitHub {
owner = "windwp";
repo = "nvim-autopairs";
rev = "1596756a90114cbe25d0f383825a1ae2145b459b";
sha256 = "1c0h0082lkngn0ly4qpla98xgg71ax5r26v4q4h3gc77jf6mlqrd";
};
meta.homepage = "https://github.com/windwp/nvim-autopairs";
};
nvim-cm-racer = buildVimPluginFrom2Nix {
pname = "nvim-cm-racer";
version = "2017-07-27";
+1
View File
@@ -707,6 +707,7 @@ whonore/Coqtail
will133/vim-dirdiff
wincent/command-t
wincent/ferret
windwp/nvim-autopairs
wlangstroth/vim-racket
wsdjeg/vim-fetch
xavierd/clang_complete