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

I have installed using vundle, but I still don't see caddyfiles syntax #5

Open
symgryph opened this issue Nov 13, 2023 · 3 comments
Open

Comments

@symgryph
Copy link

I added both in .vimrc, and relevant .vimrc changes:

set nocompatible              " be iMproved, required
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'
Bundle 'isobit/vim-caddyfile'

But still don't get any syntax when I do "vim Caddyfile"

@symgryph
Copy link
Author

I also did bundleInstall

@isobit
Copy link
Owner

isobit commented Nov 13, 2023

That config doesn't look quite right to me, looking at the vundle docs; I think you want Plugin 'isobit/vim-caddyfile' instead of Bundle 'isobit/vim-caddyfile'. Also, are you calling vundle#end() after your plugin configs?

@rpsirois
Copy link

I tried both ways and no dice with various restarts and whatnot as well.

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

3 participants