vimPlugins: onedark.nvim -> onedarkpro.nvim

conduit-nginx
figsoda 2021-10-22 09:38:45 -04:00
parent 0c5cb2dc47
commit ff964dbab7
3 changed files with 2 additions and 5 deletions

View File

@ -94,6 +94,7 @@ mapAliases (with prev; {
neosnippet = neosnippet-vim;
The_NERD_Commenter = nerdcommenter;
The_NERD_tree = nerdtree;
onedark-nvim = onedarkpro-nvim; # added 2021-10-22
open-browser = open-browser-vim;
pathogen = vim-pathogen;
polyglot = vim-polyglot;

View File

@ -496,10 +496,6 @@ self: super: {
});
});
onedark-nvim = super.onedark-nvim.overrideAttrs (old: {
dependencies = with self; [ lush-nvim ];
});
onehalf = super.onehalf.overrideAttrs (old: {
configurePhase = "cd vim";
});

View File

@ -551,7 +551,7 @@ ojroques/nvim-bufdel@main
ojroques/vim-oscyank@main
Olical/aniseed
Olical/conjure
olimorris/onedark.nvim
olimorris/onedarkpro.nvim@main
onsails/diaglist.nvim
onsails/lspkind-nvim
OrangeT/vim-csharp