fsharp / zarchive-vim-fsharp

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

Debian 8 need for vim-python-jedi to be installed #80

Closed fedeb95 closed 7 years ago

fedeb95 commented 7 years ago

simply installing vim wasn't enough, since :echo has('python') or :echo has('python3') always returned 0, so failing the execution with rather obscure errors. Installing the package vim-python-jedi solved the issue. This should be stated in the README.

Also the brutal execution of the python interpreter lead to "missing endif" error, and the "#" for python comments not recognized.

kjnilsson commented 7 years ago

Hi, thanks for this. I'd welcome a PR with the relevant doc changes for the distribution in question.