vimPlugins.executor-nvim: init at 2023-05-23

This commit is contained in:
figsoda 2023-06-26 23:04:14 -04:00
parent 005c84e12a
commit 66483482a1
2 changed files with 5 additions and 0 deletions

View File

@ -466,6 +466,10 @@ self: super: {
'';
});
executor-nvim = super.executor-nvim.overrideAttrs (old: {
dependencies = with self; [ nui-nvim ];
});
fcitx-vim = super.fcitx-vim.overrideAttrs (old: {
passthru.python3Dependencies = ps: with ps; [ dbus-python ];
meta = {

View File

@ -257,6 +257,7 @@ https://github.com/dmix/elvish.vim/,,
https://github.com/mattn/emmet-vim/,,
https://github.com/vim-scripts/emodeline/,,
https://github.com/sainnhe/everforest/,,
https://github.com/google/executor.nvim/,HEAD,
https://github.com/nvchad/extensions/,HEAD,nvchad-extensions
https://github.com/jinh0/eyeliner.nvim/,HEAD,
https://github.com/fenetikm/falcon/,,