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

bug: Not working in JSX #4

Closed
3 tasks done
scc02 opened this issue Jan 10, 2024 · 3 comments
Closed
3 tasks done

bug: Not working in JSX #4

scc02 opened this issue Jan 10, 2024 · 3 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@scc02
Copy link

scc02 commented Jan 10, 2024

Did you check docs and existing issues?

  • I have read all the plugin docs
  • I have searched the existing issues
  • I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

NVIM v0.10.0-dev-2037+ge09adfdcf

Operating system/version

Ventura 13.3.1

Describe the bug

QQ20240110-155846-HD

Steps To Reproduce

  1. {
    'vidocqh/auto-indent.nvim',
    opts = {},
    event = "InsertEnter"
    }
  2. edit in jsx Element

Expected Behavior

Working in jsx Element

@scc02 scc02 added the bug Something isn't working label Jan 10, 2024
@VidocqH VidocqH added the help wanted Extra attention is needed label Jan 10, 2024
@VidocqH
Copy link
Owner

VidocqH commented Jan 10, 2024

trim.D61CDEFF-3B57-44D6-83BF-CC75CCF638C5.MOV

Works normal on my side, maybe conflicts with other plugins, seems like associates with #1, helps needed.

@tan-wei
Copy link

tan-wei commented Jan 13, 2024

See here: #5
Probably you should disable lazy load.

@scc02
Copy link
Author

scc02 commented Jan 15, 2024

@tan-wei

  {
    'vidocqh/auto-indent.nvim',
    opts = {},
    -- event = "InsertEnter"
  }

After removing Lazyload event,It works as expected, Thank you

@scc02 scc02 closed this as completed Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants