fsharp / zarchive-vim-fsharp

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

System cannot find the file specified #104

Open lauswullum opened 6 years ago

lauswullum commented 6 years ago

Hi!, thank you for writing vim-fsharp. None of the commands are working only the syntax highlighting it seems, and i don't know why. I use VimPlug. Tried reinstalling, but nothing happens. vimrc:

Plug 'fsharp/vim-fsharp', {
      \ 'for': 'fsharp',
      \ 'do':  'make fsautocomplete',
      \}

Help appreciated.

screenshot 1

kjnilsson commented 6 years ago

Hi,

It seems like a recent vim update has made vim-fsharp no longer work with vim with python3 support. Try installing or re-installing vim with python2 support.

lauswullum commented 5 years ago

Hi Again, so this time i got another weird problem with vim-fsharp.

image

Help appreciated.