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

How do I get it to disable completions of certain characters? #63

Open
Y0L042 opened this issue Sep 3, 2024 · 1 comment
Open

How do I get it to disable completions of certain characters? #63

Y0L042 opened this issue Sep 3, 2024 · 1 comment

Comments

@Y0L042
Copy link

Y0L042 commented Sep 3, 2024

				  ["*"] = { escape = false, close = false, pair = "**", enabled_filetypes = {"*"}},
				  ["/"] = { escape = false, close = false, pair = "//", enabled_filetypes = {"*"}},

This doesn't work, as autoclose still messes about when I type these chars.

@m4xshen
Copy link
Owner

m4xshen commented Sep 6, 2024

Hi @Y0L042, could you please clarify what's the current behavior and provide your full autoclose.nvim config?

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

2 participants