Skip to content

Commit

Permalink
Made this repository usable with Pathogen
Browse files Browse the repository at this point in the history
Andrey Popp pointed out that moving the script file into a ftplugin/haskell
subdirectory will make it easier to use this plugin with Pathogen. Let's do
that!
  • Loading branch information
Frerich Raabe committed Sep 23, 2011
1 parent 2504bc6 commit 4b39b1d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,16 @@ of what Unicode characters this script uses in the editor.
Installation
~~~~~~~~~~~~

Simply copy the 'unicode-haskell.vim' file into the 'ftplugin/haskell'
subdirectory of your vim configuration folder; that would be
In case you're using something like https://github.com/tpope/vim-pathogen[Pathogen]
you can simply clone this repository into your 'bundle' directory:

cd ~/.vim/bundle
git clone git://github.com/frerich/unicode-haskell.vim

Now 'unicode-haskell.vim' is installed.

Otherwise, simply copy the 'unicode-haskell.vim' file into the
'ftplugin/haskell' subdirectory of your vim configuration folder; that would be
'$HOME/.vimrc/ftplugin/haskell' on Mac OS/X and Linux and
'%HOME%\vimfiles\ftplugin\haskell' on Windows.

Expand Down
File renamed without changes.

0 comments on commit 4b39b1d

Please sign in to comment.