We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 v0.10.0-dev-2037+ge09adfdcf
Ventura 13.3.1
Working in jsx Element
The text was updated successfully, but these errors were encountered:
Works normal on my side, maybe conflicts with other plugins, seems like associates with #1, helps needed.
Sorry, something went wrong.
See here: #5 Probably you should disable lazy load.
@tan-wei
{ 'vidocqh/auto-indent.nvim', opts = {}, -- event = "InsertEnter" }
After removing Lazyload event,It works as expected, Thank you
No branches or pull requests
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.10.0-dev-2037+ge09adfdcf
Operating system/version
Ventura 13.3.1
Describe the bug
Steps To Reproduce
'vidocqh/auto-indent.nvim',
opts = {},
event = "InsertEnter"
}
Expected Behavior
Working in jsx Element
The text was updated successfully, but these errors were encountered: