vimPlugins.ultimate-autopair: init at 2024-02-10 (#287913)
This commit is contained in:
parent
f12c567b0d
commit
e05648ed37
@ -10569,6 +10569,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/kaarmu/typst.vim/";
|
||||
};
|
||||
|
||||
ultimate-autopair = buildVimPlugin {
|
||||
pname = "ultimate-autopair.nvim";
|
||||
version = "2024-02-10";
|
||||
src = fetchFromGitHub {
|
||||
owner = "altermo";
|
||||
repo = "ultimate-autopair.nvim";
|
||||
rev = "25c13e0ce167db0255456cac10158b27d2be30c0";
|
||||
sha256 = "16aizsf86cg5l131y2lszlfkdz1b998js89fja8yk25mwa79lsaf";
|
||||
};
|
||||
meta.homepage = "https://github.com/altermo/ultimate-autopair.nvim.git";
|
||||
};
|
||||
|
||||
ultisnips = buildVimPlugin {
|
||||
pname = "ultisnips";
|
||||
version = "2023-10-17";
|
||||
|
@ -573,6 +573,7 @@ https://github.com/MunifTanjim/nui.nvim/,main,
|
||||
https://github.com/jose-elias-alvarez/null-ls.nvim/,,
|
||||
https://github.com/nacro90/numb.nvim/,,
|
||||
https://github.com/nvchad/nvchad/,HEAD,
|
||||
https://github.com/altermo/ultimate-autopair.nvim.git,HEAD,
|
||||
https://github.com/ChristianChiarulli/nvcode-color-schemes.vim/,,
|
||||
https://github.com/catppuccin/nvim/,,catppuccin-nvim
|
||||
https://github.com/AckslD/nvim-FeMaco.lua/,HEAD,
|
||||
|
Loading…
Reference in New Issue
Block a user