Closed mrtank closed 4 years ago
I have
let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1
let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 0
let g:syntastic_vim_checkers = ['vint']
already for syntastic, and it's working also.
Ok. So the g:fsharp_interactive_bin
have to be 'c:\Program Files\Mono\bin\fsharpiAnyCpu.bat'
.
Hello,
I have some problem installing the plugin. I'm on Win 10. Installed Mono > The latest Stable Mono release is: 6.8.0 Stable (6.8.0.96) (Mono 64 bit no GTK#)
Set the Path variable of windows to include the Bin folder. Also set the global variables in vim>
I'm using the plugins through Plug>
after PlugInstall I run c:\Users...\Downloads\Plug\vim-fsharp\install.cmd
There is python feature installed>
set the permissions for the EVERYONE user to read + write + control in
c:\Program Files\Mono\bin\
and inc:\Users\...\Downloads\Plug\vim-fsharp\
Tried to open the
test.fsx
file when the following appeared>The logs are the following. log.txt>
log2.txt>
I can run
c:\Users\...\Downloads\Plug\vim-fsharp\ftplugin\bin\fsautocomplete.exe
andfsharpi
no problem. Why is access is denied?