vimPlugins.nvim-autopairs: init at 2021-02-25 (#114409)
This commit is contained in:
parent
176f44dfe1
commit
9e76aa2cca
@ -2950,6 +2950,18 @@ let
|
|||||||
meta.homepage = "https://github.com/nathunsmitty/nvim-ale-diagnostic/";
|
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 {
|
nvim-cm-racer = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-cm-racer";
|
pname = "nvim-cm-racer";
|
||||||
version = "2017-07-27";
|
version = "2017-07-27";
|
||||||
|
@ -707,6 +707,7 @@ whonore/Coqtail
|
|||||||
will133/vim-dirdiff
|
will133/vim-dirdiff
|
||||||
wincent/command-t
|
wincent/command-t
|
||||||
wincent/ferret
|
wincent/ferret
|
||||||
|
windwp/nvim-autopairs
|
||||||
wlangstroth/vim-racket
|
wlangstroth/vim-racket
|
||||||
wsdjeg/vim-fetch
|
wsdjeg/vim-fetch
|
||||||
xavierd/clang_complete
|
xavierd/clang_complete
|
||||||
|
Loading…
x
Reference in New Issue
Block a user