VundleVim / Vundle.vim

Vundle, the plug-in manager for Vim
http://github.com/VundleVim/Vundle.Vim
MIT License
23.88k stars 2.57k forks source link

Plugin URI change detected - Cannot upadate or install plugins #824

Closed Vitruvia closed 7 years ago

Vitruvia commented 7 years ago

When I try to update or install any plugins using neovim on my windows machine I get the following:

[2017-07-06 19:22:53] Plugin URI change detected for Plugin Vundle.vim
[2017-07-06 19:22:53] >  Plugin Vundle.vim old URI: 
[2017-07-06 19:22:53] >  Plugin Vundle.vim new URI: https://github.com/VundleVim/Vundle.vim.git
[2017-07-06 19:22:53] 
[2017-07-06 19:22:53] Plugin VundleVim/Vundle.vim
[2017-07-06 19:22:53] $ cd "C:\Users\ThalesA\.vim\bundle\Vundle.vim" && git remote set-url origin "https://github.com/VundleVim/Vundle.vim.git" && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2017-07-06 19:22:53] > 
[2017-07-06 19:22:54] Plugin URI change detected for Plugin vim-unimpaired
[2017-07-06 19:22:54] >  Plugin vim-unimpaired old URI: 
[2017-07-06 19:22:54] >  Plugin vim-unimpaired new URI: https://github.com/tpope/vim-unimpaired
[2017-07-06 19:22:54] 
[2017-07-06 19:22:54] Plugin https://github.com/tpope/vim-unimpaired
[2017-07-06 19:22:54] $ cd "C:\Users\ThalesA\.vim\bundle\vim-unimpaired" && git remote set-url origin "https://github.com/tpope/vim-unimpaired" && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2017-07-06 19:22:54] > 
[2017-07-06 19:22:55] Plugin URI change detected for Plugin vim-surround
[2017-07-06 19:22:55] >  Plugin vim-surround old URI: 
[2017-07-06 19:22:55] >  Plugin vim-surround new URI: https://github.com/tpope/vim-surround.git
[2017-07-06 19:22:55] 
[2017-07-06 19:22:55] Plugin tpope/vim-surround
[2017-07-06 19:22:55] $ cd "C:\Users\ThalesA\.vim\bundle\vim-surround" && git remote set-url origin "https://github.com/tpope/vim-surround.git" && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2017-07-06 19:22:55] > 
[2017-07-06 19:22:56] Plugin URI change detected for Plugin vim-repeat
[2017-07-06 19:22:56] >  Plugin vim-repeat old URI: 
[2017-07-06 19:22:56] >  Plugin vim-repeat new URI: https://github.com/tpope/vim-repeat.git
[2017-07-06 19:22:56] 
[2017-07-06 19:22:56] Plugin tpope/vim-repeat
[2017-07-06 19:22:56] $ cd "C:\Users\ThalesA\.vim\bundle\vim-repeat" && git remote set-url origin "https://github.com/tpope/vim-repeat.git" && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2017-07-06 19:22:56] > 
[2017-07-06 19:22:57] Plugin URI change detected for Plugin vim-commentary
[2017-07-06 19:22:57] >  Plugin vim-commentary old URI: 
[2017-07-06 19:22:57] >  Plugin vim-commentary new URI: https://github.com/tpope/vim-commentary
[2017-07-06 19:22:57] 
[2017-07-06 19:22:57] Plugin https://github.com/tpope/vim-commentary
[2017-07-06 19:22:57] $ cd "C:\Users\ThalesA\.vim\bundle\vim-commentary" && git remote set-url origin "https://github.com/tpope/vim-commentary" && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2017-07-06 19:22:57] > 
[2017-07-06 19:22:58] Plugin URI change detected for Plugin vim-sexp
[2017-07-06 19:22:58] >  Plugin vim-sexp old URI: 
[2017-07-06 19:22:58] >  Plugin vim-sexp new URI: https://github.com/guns/vim-sexp.git
[2017-07-06 19:22:58] 
[2017-07-06 19:22:58] Plugin guns/vim-sexp
[2017-07-06 19:22:58] $ cd "C:\Users\ThalesA\.vim\bundle\vim-sexp" && git remote set-url origin "https://github.com/guns/vim-sexp.git" && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2017-07-06 19:22:58] > 
[2017-07-06 19:22:59] Plugin URI change detected for Plugin vim-sexp-mappings-for-regular-people
[2017-07-06 19:22:59] >  Plugin vim-sexp-mappings-for-regular-people old URI: 
[2017-07-06 19:22:59] >  Plugin vim-sexp-mappings-for-regular-people new URI: https://github.com/tpope/vim-sexp-mappings-for-regular-people.git
[2017-07-06 19:22:59] 
[2017-07-06 19:22:59] Plugin tpope/vim-sexp-mappings-for-regular-people
[2017-07-06 19:22:59] $ cd "C:\Users\ThalesA\.vim\bundle\vim-sexp-mappings-for-regular-people" && git remote set-url origin "https://github.com/tpope/vim-sexp-mappings-for-regular-people.git" && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2017-07-06 19:22:59] > 
[2017-07-06 19:23:00] Plugin URI change detected for Plugin vim-session
[2017-07-06 19:23:00] >  Plugin vim-session old URI: 
[2017-07-06 19:23:00] >  Plugin vim-session new URI: https://github.com/xolox/vim-session
[2017-07-06 19:23:00] 
[2017-07-06 19:23:00] Plugin https://github.com/xolox/vim-session
[2017-07-06 19:23:00] $ cd "C:\Users\ThalesA\.vim\bundle\vim-session" && git remote set-url origin "https://github.com/xolox/vim-session" && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2017-07-06 19:23:00] > 
[2017-07-06 19:23:01] Plugin URI change detected for Plugin vim-misc
[2017-07-06 19:23:01] >  Plugin vim-misc old URI: 
[2017-07-06 19:23:01] >  Plugin vim-misc new URI: https://github.com/xolox/vim-misc
[2017-07-06 19:23:01] 
[2017-07-06 19:23:01] Plugin https://github.com/xolox/vim-misc
[2017-07-06 19:23:01] $ cd "C:\Users\ThalesA\.vim\bundle\vim-misc" && git remote set-url origin "https://github.com/xolox/vim-misc" && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2017-07-06 19:23:01] > 
[2017-07-06 19:23:02] Plugin URI change detected for Plugin vim-fireplace
[2017-07-06 19:23:02] >  Plugin vim-fireplace old URI: 
[2017-07-06 19:23:02] >  Plugin vim-fireplace new URI: https://github.com/tpope/vim-fireplace.git
[2017-07-06 19:23:02] 
[2017-07-06 19:23:02] Plugin tpope/vim-fireplace
[2017-07-06 19:23:02] $ cd "C:\Users\ThalesA\.vim\bundle\vim-fireplace" && git remote set-url origin "https://github.com/tpope/vim-fireplace.git" && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2017-07-06 19:23:02] > 
[2017-07-06 19:23:03] Plugin URI change detected for Plugin vim-clojure-static
[2017-07-06 19:23:03] >  Plugin vim-clojure-static old URI: 
[2017-07-06 19:23:03] >  Plugin vim-clojure-static new URI: https://github.com/guns/vim-clojure-static.git
[2017-07-06 19:23:03] 
[2017-07-06 19:23:03] Plugin guns/vim-clojure-static
[2017-07-06 19:23:03] $ cd "C:\Users\ThalesA\.vim\bundle\vim-clojure-static" && git remote set-url origin "https://github.com/guns/vim-clojure-static.git" && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2017-07-06 19:23:03] > 
[2017-07-06 19:23:04] Plugin URI change detected for Plugin vim-clojure-highlight
[2017-07-06 19:23:04] >  Plugin vim-clojure-highlight old URI: 
[2017-07-06 19:23:04] >  Plugin vim-clojure-highlight new URI: https://github.com/guns/vim-clojure-highlight.git
[2017-07-06 19:23:04] 
[2017-07-06 19:23:04] Plugin guns/vim-clojure-highlight
[2017-07-06 19:23:04] $ cd "C:\Users\ThalesA\.vim\bundle\vim-clojure-highlight" && git remote set-url origin "https://github.com/guns/vim-clojure-highlight.git" && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2017-07-06 19:23:04] > 
[2017-07-06 19:23:05] Plugin URI change detected for Plugin Nvim-R
[2017-07-06 19:23:05] >  Plugin Nvim-R old URI: 
[2017-07-06 19:23:05] >  Plugin Nvim-R new URI: https://github.com/jalvesaq/Nvim-R
[2017-07-06 19:23:05] 
[2017-07-06 19:23:05] Plugin https://github.com/jalvesaq/Nvim-R
[2017-07-06 19:23:05] $ cd "C:\Users\ThalesA\.vim\bundle\Nvim-R" && git remote set-url origin "https://github.com/jalvesaq/Nvim-R" && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2017-07-06 19:23:05] > 
[2017-07-06 19:23:06] Plugin URI change detected for Plugin colorout
[2017-07-06 19:23:06] >  Plugin colorout old URI: 
[2017-07-06 19:23:06] >  Plugin colorout new URI: https://github.com/jalvesaq/colorout
[2017-07-06 19:23:06] 
[2017-07-06 19:23:06] Plugin https://github.com/jalvesaq/colorout
[2017-07-06 19:23:06] $ cd "C:\Users\ThalesA\.vim\bundle\colorout" && git remote set-url origin "https://github.com/jalvesaq/colorout" && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2017-07-06 19:23:06] > 
[2017-07-06 19:23:07] Plugin URI change detected for Plugin vim-latex
[2017-07-06 19:23:07] >  Plugin vim-latex old URI: 
[2017-07-06 19:23:07] >  Plugin vim-latex new URI: https://github.com/vim-latex/vim-latex
[2017-07-06 19:23:07] 
[2017-07-06 19:23:07] Plugin https://github.com/vim-latex/vim-latex
[2017-07-06 19:23:07] $ cd "C:\Users\ThalesA\.vim\bundle\vim-latex" && git remote set-url origin "https://github.com/vim-latex/vim-latex" && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2017-07-06 19:23:07] > 
[2017-07-06 19:23:08] 
[2017-07-06 19:23:08] Plugin https://github.com/donRaphaco/neotex
[2017-07-06 19:23:08] $ git clone --recursive "https://github.com/donRaphaco/neotex" "C:\Users\ThalesA\.vim\bundle\neotex"
[2017-07-06 19:23:08] > 
[2017-07-06 19:23:09] Plugin URI change detected for Plugin vim-markdown
[2017-07-06 19:23:09] >  Plugin vim-markdown old URI: 
[2017-07-06 19:23:09] >  Plugin vim-markdown new URI: https://github.com/tpope/vim-markdown
[2017-07-06 19:23:09] 
[2017-07-06 19:23:09] Plugin https://github.com/tpope/vim-markdown
[2017-07-06 19:23:09] $ cd "C:\Users\ThalesA\.vim\bundle\vim-markdown" && git remote set-url origin "https://github.com/tpope/vim-markdown" && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2017-07-06 19:23:09] > 
[2017-07-06 19:23:10] Plugin URI change detected for Plugin vim-markdown-folding
[2017-07-06 19:23:10] >  Plugin vim-markdown-folding old URI: 
[2017-07-06 19:23:10] >  Plugin vim-markdown-folding new URI: https://github.com/nelstrom/vim-markdown-folding
[2017-07-06 19:23:10] 
[2017-07-06 19:23:10] Plugin https://github.com/nelstrom/vim-markdown-folding
[2017-07-06 19:23:10] $ cd "C:\Users\ThalesA\.vim\bundle\vim-markdown-folding" && git remote set-url origin "https://github.com/nelstrom/vim-markdown-folding" && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2017-07-06 19:23:10] > 
[2017-07-06 19:23:11] Plugin URI change detected for Plugin vim-markdown-preview
[2017-07-06 19:23:11] >  Plugin vim-markdown-preview old URI: 
[2017-07-06 19:23:11] >  Plugin vim-markdown-preview new URI: https://github.com/JamshedVesuna/vim-markdown-preview
[2017-07-06 19:23:11] 
[2017-07-06 19:23:11] Plugin https://github.com/JamshedVesuna/vim-markdown-preview
[2017-07-06 19:23:11] $ cd "C:\Users\ThalesA\.vim\bundle\vim-markdown-preview" && git remote set-url origin "https://github.com/JamshedVesuna/vim-markdown-preview" && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2017-07-06 19:23:11] > 
[2017-07-06 19:23:12] Plugin URI change detected for Plugin vim-pandoc
[2017-07-06 19:23:12] >  Plugin vim-pandoc old URI: 
[2017-07-06 19:23:12] >  Plugin vim-pandoc new URI: https://github.com/vim-pandoc/vim-pandoc
[2017-07-06 19:23:12] 
[2017-07-06 19:23:12] Plugin https://github.com/vim-pandoc/vim-pandoc
[2017-07-06 19:23:12] $ cd "C:\Users\ThalesA\.vim\bundle\vim-pandoc" && git remote set-url origin "https://github.com/vim-pandoc/vim-pandoc" && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2017-07-06 19:23:12] > 
[2017-07-06 19:23:13] Plugin URI change detected for Plugin vim-pandoc-syntax
[2017-07-06 19:23:13] >  Plugin vim-pandoc-syntax old URI: 
[2017-07-06 19:23:13] >  Plugin vim-pandoc-syntax new URI: https://github.com/vim-pandoc/vim-pandoc-syntax
[2017-07-06 19:23:13] 
[2017-07-06 19:23:13] Plugin https://github.com/vim-pandoc/vim-pandoc-syntax
[2017-07-06 19:23:13] $ cd "C:\Users\ThalesA\.vim\bundle\vim-pandoc-syntax" && git remote set-url origin "https://github.com/vim-pandoc/vim-pandoc-syntax" && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2017-07-06 19:23:13] > 
[2017-07-06 19:23:14] Plugin URI change detected for Plugin SerialExperimentsLain
[2017-07-06 19:23:14] >  Plugin SerialExperimentsLain old URI: 
[2017-07-06 19:23:14] >  Plugin SerialExperimentsLain new URI: https://github.com/lu-ren/SerialExperimentsLain
[2017-07-06 19:23:14] 
[2017-07-06 19:23:14] Plugin https://github.com/lu-ren/SerialExperimentsLain
[2017-07-06 19:23:14] $ cd "C:\Users\ThalesA\.vim\bundle\SerialExperimentsLain" && git remote set-url origin "https://github.com/lu-ren/SerialExperimentsLain" && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2017-07-06 19:23:14] > 
[2017-07-06 19:23:15] Plugin URI change detected for Plugin vim-online-thesaurus
[2017-07-06 19:23:15] >  Plugin vim-online-thesaurus old URI: 
[2017-07-06 19:23:15] >  Plugin vim-online-thesaurus new URI: https://github.com/beloglazov/vim-online-thesaurus
[2017-07-06 19:23:15] 
[2017-07-06 19:23:15] Plugin https://github.com/beloglazov/vim-online-thesaurus
[2017-07-06 19:23:15] $ cd "C:\Users\ThalesA\.vim\bundle\vim-online-thesaurus" && git remote set-url origin "https://github.com/beloglazov/vim-online-thesaurus" && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2017-07-06 19:23:15] > 
[2017-07-06 19:23:16] Plugin URI change detected for Plugin vimwiki
[2017-07-06 19:23:16] >  Plugin vimwiki old URI: 
[2017-07-06 19:23:16] >  Plugin vimwiki new URI: https://github.com/vimwiki/vimwiki
[2017-07-06 19:23:16] 
[2017-07-06 19:23:16] Plugin https://github.com/vimwiki/vimwiki
[2017-07-06 19:23:16] $ cd "C:\Users\ThalesA\.vim\bundle\vimwiki" && git remote set-url origin "https://github.com/vimwiki/vimwiki" && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2017-07-06 19:23:16] > 
[2017-07-06 19:23:17] Plugin URI change detected for Plugin overlength.vim
[2017-07-06 19:23:17] >  Plugin overlength.vim old URI: 
[2017-07-06 19:23:17] >  Plugin overlength.vim new URI: https://github.com/tjdevries/overlength.vim
[2017-07-06 19:23:17] 
[2017-07-06 19:23:17] Plugin https://github.com/tjdevries/overlength.vim
[2017-07-06 19:23:17] $ cd "C:\Users\ThalesA\.vim\bundle\overlength.vim" && git remote set-url origin "https://github.com/tjdevries/overlength.vim" && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2017-07-06 19:23:17] > 
[2017-07-06 19:23:18] 
[2017-07-06 19:23:18] Helptags:
[2017-07-06 19:23:18] :helptags C:\Users\ThalesA\.vim\bundle\Vundle.vim/doc/
[2017-07-06 19:23:18] :helptags C:\Users\ThalesA\.vim\bundle\vim-unimpaired/doc/
[2017-07-06 19:23:18] :helptags C:\Users\ThalesA\.vim\bundle\vim-surround/doc/
[2017-07-06 19:23:18] :helptags C:\Users\ThalesA\.vim\bundle\vim-commentary/doc/
[2017-07-06 19:23:18] :helptags C:\Users\ThalesA\.vim\bundle\vim-sexp/doc/
[2017-07-06 19:23:18] :helptags C:\Users\ThalesA\.vim\bundle\vim-session/doc/
[2017-07-06 19:23:18] :helptags C:\Users\ThalesA\.vim\bundle\vim-misc/doc/
[2017-07-06 19:23:18] :helptags C:\Users\ThalesA\.vim\bundle\vim-fireplace/doc/
[2017-07-06 19:23:18] :helptags C:\Users\ThalesA\.vim\bundle\vim-clojure-static/doc/
[2017-07-06 19:23:18] :helptags C:\Users\ThalesA\.vim\bundle\vim-clojure-highlight/doc/
[2017-07-06 19:23:19] :helptags C:\Users\ThalesA\.vim\bundle\Nvim-R/doc/
[2017-07-06 19:23:19] :helptags C:\Users\ThalesA\.vim\bundle\vim-latex/doc/
[2017-07-06 19:23:19] :helptags C:\Users\ThalesA\.vim\bundle\vim-markdown-folding/doc/
[2017-07-06 19:23:19] :helptags C:\Users\ThalesA\.vim\bundle\vim-pandoc/doc/
[2017-07-06 19:23:19] :helptags C:\Users\ThalesA\.vim\bundle\vim-pandoc-syntax/doc/
[2017-07-06 19:23:19] :helptags C:\Users\ThalesA\.vim\bundle\vim-online-thesaurus/doc/
[2017-07-06 19:23:19] :helptags C:\Users\ThalesA\.vim\bundle\vimwiki/doc/
[2017-07-06 19:23:19] Helptags: 17 plugins processed

I have no problems on my Linux machine, and this wasn't happening on Windows either. I think I did something that changed Vundle's behavior, but I'm not sure what. Can anyone help me? I haven't renamed any of my dotfiles and I use .vim as my folder even on Windows (but that was working before without any issues). Here is my .vimrc

set nocompatible              " be iMproved, required
filetype off                  " required
"# Plugin installation with Vundle
    "## set the runtime path to include Vundle and initialize
    set rtp+=~/.vim/bundle/Vundle.vim
    call vundle#begin()

    "## let Vundle manage Vundle, required
    Plugin 'VundleVim/Vundle.vim'

    "## Faster editing and navigation
    Plugin 'https://github.com/tpope/vim-unimpaired'              
    Plugin 'tpope/vim-surround'                                   
    Plugin 'tpope/vim-repeat'                                     
    Plugin 'https://github.com/tpope/vim-commentary'              
    Plugin 'guns/vim-sexp'                                        
    Plugin 'tpope/vim-sexp-mappings-for-regular-people'
    Plugin 'https://github.com/xolox/vim-session'                 
    Plugin 'https://github.com/xolox/vim-misc'                    

    "## Clojure
    Plugin 'tpope/vim-fireplace'                                  
    Plugin 'guns/vim-clojure-static'                              
    Plugin 'guns/vim-clojure-highlight'                           

    "## R
    Plugin 'https://github.com/jalvesaq/Nvim-R'                   
    Plugin 'https://github.com/jalvesaq/colorout'                 

    "## LaTeX
    Plugin 'https://github.com/vim-latex/vim-latex'
    Plugin 'https://github.com/donRaphaco/neotex'

    "## Markdown
    Plugin 'https://github.com/tpope/vim-markdown'
    Plugin 'https://github.com/nelstrom/vim-markdown-folding'
    Plugin 'https://github.com/JamshedVesuna/vim-markdown-preview'
    " Plugin 'https://github.com/suan/vim-instant-markdown'

    "## File Conversion
    Plugin 'https://github.com/vim-pandoc/vim-pandoc'
    Plugin 'https://github.com/vim-pandoc/vim-pandoc-syntax'

    "## Themes
     " Plugin 'luochen1990/rainbow'                                  
    Plugin 'https://github.com/lu-ren/SerialExperimentsLain'

    "## Writing and note taking
    Plugin 'https://github.com/beloglazov/vim-online-thesaurus'   
    Plugin 'https://github.com/vimwiki/vimwiki'                   

     "## Highlighting when overlength
    Plugin 'https://github.com/tjdevries/overlength.vim'

     "  All of your Plugins must be added before the following line
     call vundle#end()           " required
     filetype plugin indent on
     "  To ignore plugin indent changes, instead use:
     " filetype plugin on
     " 
     " Brief help
     " :PluginList       - lists configured plugins
     " :PluginInstall    - installs plugins; append `!` to update or 
     " just
     " :PluginUpdate
     " :PluginSearch foo - searches for foo; append `!` to refresh local
     " cache
     " :PluginClean      - confirms removal of unused plugins;
     " append `!` to
     " auto-approve removal
     "
     " see :h vundle for more details or wiki for FAQ
     " Put your non-Plugin stuff after this line
 "

"# Individual Plugin Options
    "## vim-session
    let g:session_autoload='no'
    let g:session_autosave='no'
    " let g:session_autosave_periodic = 5
    " let g:session_default_to_last = 1

    "## Nvim-R
        "Autostart R
        autocmd FileType r if string(g:SendCmdToR) == 
        \"function('SendCmdToR_fake')" | call StartR("R") | endif
        autocmd FileType rmd if string(g:SendCmdToR) == 
        \"function('SendCmdToR_fake')" | call StartR("R") | endif

        "Evaluate line or selection with spacebar
        vmap <Space> <Plug>RDSendSelection
        nmap <Space> <Plug>RDSendLine

        " Use Ctrl+Space to do omnicompletion:
        if has("gui_running")
            inoremap <C-Space> <C-x><C-o>
        else
            inoremap <Nul> <C-x><C-o>
        endif

    "## Markdown-Preview
    let vim_markdown_preview_toggle=1
    let vim_markdown_preview_temp_file=0
    let vim_markdown_preview_browser='firefox'

    "## HighlightOverlength
    let overlength_default_overlength = 73 
    let overlength_default_to_textwidth = 0

    "## Vim-Latex
    set grepprg=grep\ -nH\ $
    let g:tex_flavor='latex'

"# Colorscheme
"Use 24-bit (true-color) mode in Vim/Neovim when outside tmux.  If
"you're using tmux version 2.2 or later, you can remove the outermost
"$TMUX check and use tmux's 24-bit color support (see <
"http://sunaku.github.io/tmux-24bit-color.html#usage > for more
"information.)
if (empty($TMUX))
  if (has("nvim"))
    "For Neovim 0.1.3 and 0.1.4 < https://github.com/neovim/neovim/pull/
    "2198 >
    let $NVIM_TUI_ENABLE_TRUE_COLOR=1
  endif
  "For Neovim > 0.1.5 and Vim > patch 7.4.1799 <
  "https://github.com/vim/vim/commit/61be73bb0f965a895bfb064ea3e55476ac1
  "75162
  "> Based on Vim patch 7.4.1770 (`guicolors` option) <
  "https://github.com/vim/vim/commit/8a633e3427b47286869aa4b96f2bfc1fe65
  "b25cd
  ">
  " < https://github.com/neovim/neovim/wiki/Following-HEAD#20160511 >
  if (has("termguicolors"))
    set termguicolors
  endif
endif
syntax enable
colorscheme SerialExperimentsLain

"# General configuration
    set number   "Show line Numbers
    set hidden   "Allow Hidden Buffers
    set updatetime=1000 "Writes swap file to disk if nothing is typed

    "## Autoexpand filepath
    cnoremap <expr> %%  getcmdtype() == ':' ? expand('%:h').'/' : '%%' 

    "## Tabs and spacing
    set tabstop=4       "Size of a hard Tabstop
    set expandtab       "Always use spaces instead of tab characters
    set shiftwidth=4    "Size of an indent
    set softtabstop=4   "Columns per TAB

    "## To improve -- Windowsize on GUI
     call rpcnotify(0, 'Gui', 'WindowMaximized', 1)

    "## TODO -- Config statusline
    set laststatus=2
    "
    "## Text Wrapping and formatting
    set textwidth=72
    set wrapmargin=0
    set fo+=t
    set fo-=l
    set fo-=o
    set fo-=j
    set wrap
    set nolist

    " "## A colored column to indicate wrapping limit
    " set colorcolumn=+6
    " highlight ColorColumn ctermbg=lightblue guibg=#556a92

"# Key Mappings
    "## Beginning and and of Line
    nnoremap ç ^
    vnoremap ç ^
    onoremap ç ^
    nnoremap Ç $
    vnoremap Ç $
    onoremap Ç $

    "## Unmapping arrows in normal and insert mode
    noremap <Up> <nop>
    noremap <Down> <nop>
    noremap <Left> <nop>
    noremap <Right> <nop>

    inoremap <Up> <nop>
    inoremap <Down> <nop>
    inoremap <Left> <nop>
    inoremap <Right> <nop>

    "## Makes navigation easier in wrapped lines
    noremap j gj
    noremap k gk
    noremap gj j 
    noremap gk k

    "## Disable mouse
    set mouse=

    "## Toggle Highlighting when beyond textwidth columns
    nnoremap <f4> :call overlength#toggle()<CR>

    "## Copy to clipboard
    vnoremap  <leader>y  "+y
    nnoremap  <leader>Y  "+yg_
    nnoremap  <leader>y  "+y

    "## Paste from clipboard
    nnoremap <leader>p "+p
    nnoremap <leader>P "+P
    vnoremap <leader>p "+p
    vnoremap <leader>P "+P

    "## Clear Search Highlighting
    nnoremap <CR> :noh<CR><CR>

    "## Toggle paste
    " set pastetoggle=<f5>

    "Fix marks for Brazilian keyboard
    nnoremap ' ` 
Vitruvia commented 7 years ago

I managed to fix the issue. I was running neovim from git bash within windows, and apparently you need to do it from the windows command line. I added these lines to my .vimrc:

if has ('win32') || has('win64')
    let &shell='cmd.exe'
endif
agalea91 commented 1 year ago

I ran into this issue on linux because I had this line in my ~/.vimrc (which I added on MacOS)

set shell=/bin/zsh\ --login

Once I removed it I was able to install my plugins with Vundle as expected using :PluginInstall