Shougo / neosnippet.vim

neo-snippet plugin
Other
1.12k stars 108 forks source link

Does this work on Windows? #476

Closed ashrasmun closed 4 years ago

ashrasmun commented 4 years ago

Hello,

I've installed this plugin as described on the main page. I am using vanilla Vim 8.1 on Windows machine and not only does this plugin bombard me with errors inside Vim, but it also wants to use the HOME environment variable for some reason.

Am I just setting it up wrongly or it works only on unix-like systems?

Kind Regards

Shougo commented 4 years ago

I don't understand. neosnippet should work in Windows environment.

You should create minimal vimrc like this.

https://github.com/Shougo/neosnippet.vim/issues/473

Shougo commented 4 years ago

I am using vanilla Vim 8.1 on Windows machine and not only does this plugin bombard me with errors inside Vim, but it also wants to use the HOME environment variable for some reason.

You should upload the error messages.

ashrasmun commented 4 years ago

@Shougo I'm incredibly sorry, for bothering you. I solved my issue. My Vim distribution wasn't able to find Python and I had to define pythonthreehome as well as pythonthreedll in my _vimrc. Everything works fine now :)

Shougo commented 4 years ago

OK.