Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Installation

Recommended that you use vundle to install. Here is what the start of my vimrc looks like:

set nocompatible
filetype off
set rtp+=~/.vim/bundle/vundle
call vundle#rc()
Bundle 'gmarik/vundle'
""" ...
Bundle 'clord/vim-insfile'
Bundle 'clord/vim-bookmaster'
Bundle 'clord/vim-scenario'

" :BundleInstall will ensure these are all installed, if vundle is available

syntax enable " Must come after the Bundle commands so that syntax highlighting is available
filetype plugin indent on

:BundleInstall will install from github.

About

Insfile Support for vim

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages