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

gvim on windows #205

Closed
julianobarbosa opened this issue Sep 2, 2016 · 8 comments
Closed

gvim on windows #205

julianobarbosa opened this issue Sep 2, 2016 · 8 comments
Labels

Comments

@julianobarbosa
Copy link

julianobarbosa commented Sep 2, 2016

Is possible I use vim-bootstrap on GVIM on windows ?

When I try install I Get This message:

Error detected while processing C:\Users\UserName.vimrc:
line 25:
E117: Unknown function: plug#begin
line 30:
E492: Not an editor command: Plug 'scrooloose/nerdtree'
line 31:
E492: Not an editor command: Plug 'jistr/vim-nerdtree-tabs'
line 32:
E492: Not an editor command: Plug 'tpope/vim-commentary'
line 33:
E492: Not an editor command: Plug 'tpope/vim-fugitive'
line 34:
E492: Not an editor command: Plug 'ctrlpvim/ctrlp.vim'
line 35:
E492: Not an editor command: Plug 'vim-airline/vim-airline'
line 36:
E492: Not an editor command: Plug 'vim-airline/vim-airline-themes'
line 37:
E492: Not an editor command: Plug 'airblade/vim-gitgutter'
line 38:
E492: Not an editor command: Plug 'sheerun/vim-polyglot'
line 39:
E492: Not an editor command: Plug 'vim-scripts/grep.vim'
line 40:
E492: Not an editor command: Plug 'vim-scripts/CSApprox'
line 41:
E492: Not an editor command: Plug 'bronson/vim-trailing-whitespace'
line 42:
E492: Not an editor command: Plug 'Raimondi/delimitMate'
line 43:
E492: Not an editor command: Plug 'majutsushi/tagbar'
line 44:
E492: Not an editor command: Plug 'scrooloose/syntastic'
line 45:
E492: Not an editor command: Plug 'Yggdroot/indentLine'
line 46:
E492: Not an editor command: Plug 'avelino/vim-bootstrap-updater'
line 52:
E492: Not an editor command: Plug 'Shougo/vimproc.vim', {'do': g:make}
line 55:
E492: Not an editor command: Plug 'xolox/vim-misc'
line 56:
E492: Not an editor command: Plug 'xolox/vim-session'
line 59:
E492: Not an editor command: Plug 'Shougo/vimshell.vim'
line 64:
E492: Not an editor command: Plug 'SirVer/ultisnips'
line 68:
E492: Not an editor command: Plug 'honza/vim-snippets'
line 71:
E492: Not an editor command: Plug 'tomasr/molokai'
line 74:
E492: Not an editor command: Plug 'vim-scripts/c.vim'
line 77:
E492: Not an editor command: Plug 'davidhalter/jedi-vim'
line 80:
E492: Not an editor command: Plug 'vim-perl/vim-perl'
line 81:
E492: Not an editor command: Plug 'c9s/perlomni.vim'
line 84:
E492: Not an editor command: Plug 'amirh/HTML-AutoCloseTag'
line 85:
E492: Not an editor command: Plug 'hail2u/vim-css3-syntax'
line 86:
E492: Not an editor command: Plug 'gorodinskiy/vim-coloresque'
line 87:
E492: Not an editor command: Plug 'tpope/vim-haml'
line 88:
E492: Not an editor command: Plug 'mattn/emmet-vim'
line 91:
E492: Not an editor command: Plug 'arnaud-lb/vim-php-namespace'
line 93:
E492: Not an editor command: Plug 'tpope/vim-rails'
line 94:
E492: Not an editor command: Plug 'tpope/vim-rake'
line 95:
E492: Not an editor command: Plug 'tpope/vim-projectionist'
line 96:
E492: Not an editor command: Plug 'thoughtbot/vim-rspec'
line 97:
E492: Not an editor command: Plug 'ecomba/vim-ruby-refactoring'
line 104:
E117: Unknown function: plug#end

@offchan42
Copy link

I have this issue too.

@cassiobotaro
Copy link
Member

cassiobotaro commented Nov 3, 2016

Try execute this commands before open vim. I assume powershell on windows.

md ~\vimfiles\autoload
$uri = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
(New-Object Net.WebClient).DownloadFile($uri, $ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath("~\vimfiles\autoload\plug.vim"))

@cassiobotaro
Copy link
Member

@julianobarbosa any news about this issue?

@julianobarbosa
Copy link
Author

@cassiobotaro I remove windows S.O

@cassiobotaro
Copy link
Member

@off99555 Still having this issue?

@offchan42
Copy link

@cassiobotaro I don't use this anymore. I use Ultimate vimrc.
Sorry.

@cassiobotaro
Copy link
Member

Closing this issue because unfortunately we don't have members with the same problem anymore. Maybe #205 (comment) can solve the problem.

@fxacc
Copy link

fxacc commented Jun 21, 2019

#205(comment) work on my win10

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

No branches or pull requests

4 participants