Skip to content

Not installing properly via Vundle? #5

@doug-wade

Description

@doug-wade

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions