vimPlugins.fastaction-nvim: init at 2024-10-26 (#352744)
This commit is contained in:
commit
ede6eeb315
@ -18767,4 +18767,16 @@ final: prev:
|
|||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/jhradilek/vim-snippets/";
|
meta.homepage = "https://github.com/jhradilek/vim-snippets/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fastaction-nvim = buildVimPlugin {
|
||||||
|
pname = "fastaction.nvim";
|
||||||
|
version = "2024-10-24";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "Chaitanyabsprip";
|
||||||
|
repo = "fastaction.nvim";
|
||||||
|
rev = "77ae921e6fa6a8e2705768fa89b89b0e45840b94";
|
||||||
|
sha256 = "sha256-2UuEORFTj4+gbuEm1D2FHXrRiU3pDsS5NG50Q9I1wuk=";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/Chaitanyabsprip/fastaction.nvim/";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -320,6 +320,7 @@ https://github.com/google/executor.nvim/,HEAD,
|
|||||||
https://github.com/jinh0/eyeliner.nvim/,HEAD,
|
https://github.com/jinh0/eyeliner.nvim/,HEAD,
|
||||||
https://github.com/fenetikm/falcon/,,
|
https://github.com/fenetikm/falcon/,,
|
||||||
https://github.com/brooth/far.vim/,,
|
https://github.com/brooth/far.vim/,,
|
||||||
|
https://github.com/Chaitanyabsprip/fastaction.nvim/,HEAD,
|
||||||
https://github.com/pteroctopus/faster.nvim/,HEAD,
|
https://github.com/pteroctopus/faster.nvim/,HEAD,
|
||||||
https://github.com/konfekt/fastfold/,,
|
https://github.com/konfekt/fastfold/,,
|
||||||
https://github.com/lilydjwg/fcitx.vim/,fcitx5,
|
https://github.com/lilydjwg/fcitx.vim/,fcitx5,
|
||||||
|
Loading…
Reference in New Issue
Block a user