vimPlugins.gruvbox-nvim: init at 2021-04-23

This commit is contained in:
jupblb
2021-04-29 09:29:57 +02:00
committed by jupblb
parent 77485293df
commit 85c333d358
3 changed files with 17 additions and 0 deletions
+4
View File
@@ -273,6 +273,10 @@ self: super: {
dependencies = with self; [ plenary-nvim ];
});
gruvbox-nvim = super.gruvbox-nvim.overrideAttrs (old: {
dependencies = with self; [ lush-nvim ];
});
jedi-vim = super.jedi-vim.overrideAttrs (old: {
# checking for python3 support in vim would be neat, too, but nobody else seems to care
buildInputs = [ python3.pkgs.jedi ];