Skip to content

Commit 8762ea5

Browse files
James Websterguns
authored andcommitted
Added additional installation instructions from VimClojure that are necessary to get the plugin to work.
1 parent 5c79f27 commit 8762ea5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,13 @@ you don't have a favorite method for installing plugins,
125125
[Pathogen](https://github.com/tpope/vim-pathogen) or
126126
[Vundle](https://github.com/gmarik/vundle) are recommended.
127127

128+
Please make sure that the following options are set in your .vimrc:
129+
130+
syntax on
131+
filetype plugin indent on
132+
133+
Otherwise the filetype is not activated.
134+
128135
Indent Options
129136
==============
130137

0 commit comments

Comments
 (0)