fsharp / zarchive-vim-fsharp

F# bindings for vim
MIT License
143 stars 34 forks source link

[MacVim - ElCapitan] No commands #49

Closed k0pernicus closed 8 years ago

k0pernicus commented 8 years ago

Hello guys! I just installed the plugin in my .vim directory, but I can't use commands from this plugin... I tried an :FsiEval on a simple code line, and Macvim said to me that Not an editor command: FsiEval.

MacVim doesn't support Python, only Python3. Anybody here using MacVim can just tell me how to install the Python support, without reinstalling the editor please?

Thanks!

kjnilsson commented 8 years ago

it needs to go into .vim/bundle and you need to run make before it will work. Did you follow the installation instructions? Also have you got pathogen installed?

k0pernicus commented 8 years ago

Yep. I just tried again make and I have:

Air:vim-fsharp me$ make
make: Nothing to be done for `fsautocomplete'.

So, the plugin is installed.

k0pernicus commented 8 years ago

I reinstalled entirely MacVim using --with-python and it works now.
Unfortunately, I have an error using the checker with open System.Net - weird because I can use this lib in fsharpi...