vim-slim icon indicating copy to clipboard operation
vim-slim copied to clipboard

Vundle instructions out of date?

Open mixmix opened this issue 10 years ago • 1 comments

here's my setup:

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()

" let Vundle manage Vundle, required
Plugin 'gmarik/Vundle.vim'

Plugin 'slim-template/vim-slim'

call vundle#end()            " required


filetype plugin indent on    " required

mixmix avatar Mar 12 '15 22:03 mixmix

:+1: vim-slim also doesn't work for my Vundle

qcam avatar Mar 21 '15 00:03 qcam