mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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/";
|
||||
};
|
||||
|
||||
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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user