vimPlugins.executor-nvim: init at 2023-05-23
This commit is contained in:
parent
005c84e12a
commit
66483482a1
@ -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: {
|
fcitx-vim = super.fcitx-vim.overrideAttrs (old: {
|
||||||
passthru.python3Dependencies = ps: with ps; [ dbus-python ];
|
passthru.python3Dependencies = ps: with ps; [ dbus-python ];
|
||||||
meta = {
|
meta = {
|
||||||
|
@ -257,6 +257,7 @@ https://github.com/dmix/elvish.vim/,,
|
|||||||
https://github.com/mattn/emmet-vim/,,
|
https://github.com/mattn/emmet-vim/,,
|
||||||
https://github.com/vim-scripts/emodeline/,,
|
https://github.com/vim-scripts/emodeline/,,
|
||||||
https://github.com/sainnhe/everforest/,,
|
https://github.com/sainnhe/everforest/,,
|
||||||
|
https://github.com/google/executor.nvim/,HEAD,
|
||||||
https://github.com/nvchad/extensions/,HEAD,nvchad-extensions
|
https://github.com/nvchad/extensions/,HEAD,nvchad-extensions
|
||||||
https://github.com/jinh0/eyeliner.nvim/,HEAD,
|
https://github.com/jinh0/eyeliner.nvim/,HEAD,
|
||||||
https://github.com/fenetikm/falcon/,,
|
https://github.com/fenetikm/falcon/,,
|
||||||
|
Loading…
Reference in New Issue
Block a user