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

Disable snippets, keep autocomplete #344

Open
jlmgtech opened this issue Oct 13, 2023 · 2 comments
Open

Disable snippets, keep autocomplete #344

jlmgtech opened this issue Oct 13, 2023 · 2 comments

Comments

@jlmgtech
Copy link

I've tried searching online, and in the vim help, but there is no mention of how to disable snippets in Coc while maintaining autocomplete. I'm sorry to drag others into this, but I really don't know how Coc works other than how to install it, and the documentation talks about how to use snippets, but doesn't seem to mention disabling it altogether.

@jlmgtech
Copy link
Author

#156
^ this is the closest other issue I've found, but it doesn't really say anything helpful. If snippet completions come from the language server, doesn't Coc still have to facilitate those snippets? In other words, I should be able to disable all snippets regardless of the language server?

@jlmgtech
Copy link
Author

chatGPT recommended the following entry into CocConfig:

{
    "coc.preferences.snippets.enable": false
}

But that also does not work.

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

1 participant