Closed k0pernicus closed 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?
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.
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
...
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 thatNot an editor command: FsiEval
.MacVim doesn't support
Python
, onlyPython3
. Anybody here using MacVim can just tell me how to install thePython
support, without reinstalling the editor please?Thanks!