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 for inlay_hint.lua:383: enable: expected boolean, got table #456 #457

Closed
wants to merge 1 commit into from

Conversation

Maduki-tech
Copy link

#456

Fix for the inlay_hint.lua file.

The documentation said that the parameters need to be changed
from:
enable({enable},{bufnr})
to:
enable({bufnr}, {enable})
Also it only takes in the buffer number and not a table.

@Maduki-tech Maduki-tech closed this May 7, 2024
@Maduki-tech
Copy link
Author

Seems like, when i Update my Neovim Version to nightly the API Documentations would change...

@ray-x
Copy link
Owner

ray-x commented May 9, 2024

Thanks. It is a bit painful to follow nightly.

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.

None yet

2 participants