Skip to content

Switch Project #12

Description

@jrock2004

Just came across this plugin and its cool. When I load up vim it lists my projects and I can click one and after 5 - 10 seconds it loads. If I wanted to switch a project I am assume I need to do the following

:Project animal

when I do that, it tells me

E121: Undefined variable: animal
E116: Invalid arguments for function project#config#project

Here is part of my vimrc

let g:project_use_nerdtree = 1
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()

Plugin 'gmarik/Vundle.vim'
Plugin 'scrooloose/nerdtree'
Plugin 'PProvost/vim-ps1'
Plugin 'amiorin/vim-project'

call vundle#end()

filetype plugin indent on

set rtp+=~/.vim/bundle/vim-project/
call project#rc("~/Development")

Project 'greenvalleyhs/wp-content/themes/greenvalleyhs', 'greenvalleyhs'
Project 'work/animal', 'animal'

set tabstop=4

Do I have to end the project, what am I missing? Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions