Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installed Plugins disappear when I restart Vim #928

Open
HongyiZhouCN opened this issue Apr 19, 2020 · 1 comment
Open

Installed Plugins disappear when I restart Vim #928

HongyiZhouCN opened this issue Apr 19, 2020 · 1 comment

Comments

@HongyiZhouCN
Copy link

HongyiZhouCN commented Apr 19, 2020

Here is my problem:
Everytime when I open a new window of Vim and use PluginList to check the installed Plugins, only one Plugin 'VundleVim/Vundle.vim' appears.
Only when I source .vimrc in the new window, then check PluginList again, other Plugins will appear. I think it's quite abnormal since the .vimrc should be loaded automatically when I open Vim.

Here is my .vimrc file and I put it under $HOME

`
set nocompatible
filetype off

set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()

Plugin 'VundleVim/Vundle.vim'

Plugin 'tpope/vim-fugitive'

Plugin 'git://git.wincent.com/command-t.git'

Plugin 'file:///home/gmarik/path/to/plugin'

Plugin 'rstacruz/sparkup', {'rtp': 'vim/'}

Plugin 'Valloric/YouCompleteMe'

call vundle#end()
filetype plugin indent on

set mouse=a
set nu
syntax on
set shiftwidth=4
set softtabstop=4
set tabstop=4
set expandtab

`

@Gladiu
Copy link

Gladiu commented Sep 2, 2021

Have you fixed it yet? I have same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants