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

Error Template #36

Open
llmdev opened this issue Feb 21, 2018 · 1 comment
Open

Error Template #36

llmdev opened this issue Feb 21, 2018 · 1 comment

Comments

@llmdev
Copy link

llmdev commented Feb 21, 2018

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
@llmdev
Copy link
Author

llmdev commented Feb 21, 2018

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 *

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

1 participant