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
I'm loving the native snippets implementation. I'm choosing to add my own custom snippet location like so:
sources = { default = { "lsp", "path", "snippets", "buffer" }, providers = { snippets = { opts = { search_paths = { "/Users/Oli/.config/snippets" }, } }, } }
However, if I change the path to ~/config/snippets it doesn't work. happy to add this as a PR.
~/config/snippets
The text was updated successfully, but these errors were encountered:
PR welcome!
Sorry, something went wrong.
8a64275
No branches or pull requests
Feature Description
I'm loving the native snippets implementation. I'm choosing to add my own custom snippet location like so:
However, if I change the path to
~/config/snippets
it doesn't work. happy to add this as a PR.The text was updated successfully, but these errors were encountered: