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

Not installing properly via Vundle? #5

Open
doug-wade opened this issue Jan 9, 2017 · 0 comments
Open

Not installing properly via Vundle? #5

doug-wade opened this issue Jan 9, 2017 · 0 comments

Comments

@doug-wade
Copy link

Hi there!

I'm not sure what I've done incorrectly, but my syntax doesn't seem to be highlighted at all

screenshot from 2017-01-09 11-30-10

My .vimrc is pretty simple

set number
set nocompatible
filetype off
syntax on

" 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 'scrooloose/nerdtree'
Plugin 'bling/vmairline'
Plugin 'duganchen/vim-soy'

And I've run :PluginInstall and turned syntax on and verified that the plugin is present in a directory in my runtimepath

» ls ~/.vim/bundle
nerdtree  vim-airline  vim-soy  Vundle.vim

And set the language to Soy with setf Soy and still nothing. I'm at a loss. Is there something I'm missing?

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