eagletmt / ghcmod-vim

Happy Haskell programming on Vim, powered by ghc-mod
http://www.vim.org/scripts/script.php?script_id=4473
433 stars 59 forks source link

Not an editor command GhcModCheck #38

Open ovu opened 10 years ago

ovu commented 10 years ago

Hi all,

I am trying to use the ghcmod plugin for win but I am always getting the error: Not an editor command GhcModCheck

What I did is, I downloaded the last release from the plugin and I copied everything in autoload to the dir ~/.vim/autoload. What am I missing in the installation?

The other questions is: where do I copy to content of the after directory?

Thanks in advance,

Omar Diego

eagletmt commented 10 years ago

The after directory should be copied to ~/.vim. It's necessary for :GhcModCheck and other commands to be defined.

cd ghcmod-vim
cp -a after ~/.vim