You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
when I do that, it tells me
Here is part of my vimrc
Do I have to end the project, what am I missing? Thanks
The text was updated successfully, but these errors were encountered: