Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix issue with style argument for outputs #114

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

morsecodist
Copy link

For some reason on my setup I can't produce outputs at all. I am getting an error that style should be a String rather than nil. I will be honest I don't have a deep understanding of why this is or why it specifically happens on my system. However, this slight change to the way the arguments are constructed fixes the problem in a way that should be compatible. I also personally find it a little more readable.

@benlubas
Copy link

benlubas commented Oct 5, 2023

@morsecodist what version of python, pynvim, and neovim are you running when you get that error?

Never mind, reproduced. If I had to guess pynvim changed something and now the old way breaks

@hhhhhhh2019
Copy link

This error occurs because neovim currently only supports the "minimal" style(None also not supported)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants