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

This breaks dot repeat #166

Open
calebdw opened this issue Mar 13, 2024 · 3 comments
Open

This breaks dot repeat #166

calebdw opened this issue Mar 13, 2024 · 3 comments
Labels

Comments

@calebdw
Copy link

calebdw commented Mar 13, 2024

Hello!

I like this plugin, but this breaks dot repeating inserts with > in it.

For example:

  • enter insert mode
  • type $this->
  • exit insert mode
  • press . to dot repeat
  • $this- appears

Thanks!

@nicoqh
Copy link
Contributor

nicoqh commented May 3, 2024

Not a solution, but since I don't need autotag for PHP files, I enabled it only for certain file types:

autotag = {
  enable = true,
  filetypes = { 'html', 'javascript', 'typescript', 'javascriptreact', 'typescriptreact', 'svelte', 'vue', 'xml', 'markdown' },
}

@PriceHiller
Copy link
Collaborator

After some investigation of this previously, this is a non-trivial addition to nvim-ts-autotag to my knowledge.

I'll pin this so it doesn't get auto-closed as this is very much an issue I hope to resolve. If someone wants to beat me to the punch, PRs are welcome 😃.

@PriceHiller PriceHiller pinned this issue May 20, 2024
@PriceHiller PriceHiller unpinned this issue May 20, 2024
@PriceHiller
Copy link
Collaborator

Pinned label that is 😅

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

No branches or pull requests

3 participants