vimPlugins: Update redirects

This commit is contained in:
ryneeverett
2020-03-22 05:04:26 +00:00
parent c78aa8e100
commit 6601c1699f
4 changed files with 72 additions and 69 deletions
+2 -2
View File
@@ -393,7 +393,7 @@ self: super: {
configurePhase = "cd plugins/nvim";
});
gist-vim = super.gist-vim.overrideAttrs(old: {
vim-gist = super.vim-gist.overrideAttrs(old: {
dependencies = with super; [ webapi-vim ];
});
@@ -640,7 +640,7 @@ self: super: {
sourceRoot = ".";
});
youcompleteme = super.youcompleteme.overrideAttrs(old: {
YouCompleteMe = super.YouCompleteMe.overrideAttrs(old: {
buildPhase = ''
substituteInPlace plugin/youcompleteme.vim \
--replace "'ycm_path_to_python_interpreter', '''" \