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

nvim displays error after today update #37

Closed
JoseConseco opened this issue Jul 24, 2021 · 4 comments
Closed

nvim displays error after today update #37

JoseConseco opened this issue Jul 24, 2021 · 4 comments

Comments

@JoseConseco
Copy link

I get this in error log:
image

Removing nvim-dap-if fixes the issue. All other plugins seems to work ok

@JoseConseco
Copy link
Author

After bit of tesling the d7fefe6 works ok. Thus the next commit broke something

@Angshuman95
Copy link

I set up dap-ui like the following and I had the error
require('dapui').setup()

Doing this temporarily seems to solve the issue
require('dapui').setup({})

rcarriga added a commit that referenced this issue Jul 25, 2021
@rcarriga
Copy link
Owner

Thanks for the report! Please try with the latest commit

@JoseConseco
Copy link
Author

thx. The issue is gone now.

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

No branches or pull requests

3 participants