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
I added both in .vimrc, and relevant .vimrc changes:
setnocompatible" be iMproved, requiredfiletypeoff" required" set the runtime path to include Vundle and initializesetrtp+=~/.vim/bundle/Vundle.vimcallvundle#begin()
" alternatively, pass a path where Vundle should install plugins"call vundle#begin('~/some/path/here')" let Vundle manage Vundle, requiredPlugin'VundleVim/Vundle.vim'
Bundle 'isobit/vim-caddyfile'
But still don't get any syntax when I do "vim Caddyfile"
The text was updated successfully, but these errors were encountered:
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?
I added both in .vimrc, and relevant .vimrc changes:
But still don't get any syntax when I do "vim Caddyfile"
The text was updated successfully, but these errors were encountered: