smzm / hydrovim

➡️ Run python code inside Neovim
80 stars 2 forks source link

Popup not appearing, F8 executes a space command #6

Open wasspds opened 1 year ago

wasspds commented 1 year ago

As in the title:

smzm commented 1 year ago
wasspds commented 1 year ago

Sorry, that was done as well - I missed to include this part.

wasspds commented 1 year ago

@smzm This is not closed :) - what I meant was I had this option enabled in my config, and it still doesn't work - I missed to include that in my original description - I updated it

smzm commented 1 year ago

Ok. :) This is happening because of lacking syntax on, and sincerely I don't know why! In init.vim of your nvim configuration directory, you should put syntax on on top of your file. Also make sure your file has .py extension name to recognize it as python file.

wasspds commented 1 year ago

:) Ok - so:

I am trying to figure out what else I could try and test 🤷

martasd commented 9 months ago

@wasspds Did you ever figure it out? I am seeing exactly the same issue.

smzm commented 9 months ago

@wasspds Did you ever figure it out? I am seeing exactly the same issue.

This problem exists on Neovim configured with Lua. If you want to test plugin, you can use Neovim configured with .vimrc or use vim.