vimPlugins: onedark.nvim -> onedarkpro.nvim
This commit is contained in:
parent
0c5cb2dc47
commit
ff964dbab7
3 changed files with 2 additions and 5 deletions
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
});
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue