tobyS / pdv

PHP Documentor for VIM - Generates PHP docblocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error Template

llmdev opened this issue · comments

Error detected while processing function pdv#DocumentWithSnip[5]..<SNR>104_GenerateDocu mentation[2]..<SNR>104_ProcessTemplate[1]..vmustache#RenderFile: line 1: E484: Can't open file /Users/lucaslm/.vim/bundle/pdv/template_snip/function.tpl

My Plugins.


filetype off                  " required

" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')

" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'
Plugin 'tobyS/vmustache' 
Plugin 'tobyS/pdv'
Plugin 'tpope/vim-vinegar'
Plugin 'scrooloose/nerdtree'
Plugin 'ctrlpvim/ctrlp.vim'
Plugin 'rking/ag.vim'
Plugin 'skwp/greplace.vim'
Plugin 'MarcWeber/vim-addon-mw-utils'
Plugin 'tomtom/tlib_vim'
Plugin 'garbas/vim-snipmate'
Plugin 'tpope/vim-surround'
Plugin 'StanAngeloff/php.vim'
Plugin 'arnaud-lb/vim-php-namespace'
Plugin 'ervandew/supertab'
Plugin 'jiangmiao/auto-pairs'
Plugin 'honza/vim-snippets'
Plugin 'Valloric/YouCompleteMe'
Plugin 'pangloss/vim-javascript'
Plugin 'mattn/emmet-vim'
Plugin 'scrooloose/syntastic'
Plugin 'leafgarland/typescript-vim'
Plugin 'burnettk/vim-angular'
Plugin 'SirVer/ultisnips'
" All of your Plugins must be added before the following line
call vundle#end()            " required
filetype plugin indent on    " required

find error:

In my vimrc

let g:pdv_template_dir = $HOME ."/.vim/bundle/pdv/template_snip"

no

let g:pdv_template_dir = $HOME ."/.vim/bundle/pdv/templates_snip"

TEMPLATES_SNIP *