Nicholas O'Kelley

Results 36 comments of Nicholas O'Kelley

I believe the above snippet should accomplish your goal. Generally the way to handle this will differ between snippet engines, so I will always say to refer back to their...

Hi @danieleavitabile , I was successful in preventing the snippets from loading by using the `exclude` field in the loader: ```lua local vscode_loader = require("luasnip/loaders/from_vscode") vscode_loader.lazy_load({ exclude = { "latex",...

Hi again @danieleavitabile, I was wrong! We CAN exclude the files like you asked (it just helps for me to INCLUDE my own LaTeX snippets in the snippets directory correctly...

Any updates @danieleavitabile? Did this work for you too?

Closing issue as I believe we've provided a working solution now. If further issues do arise, feel free to re-open this issue :+1:

These look good. Regarding your question, give me some time to brainstorm (I've got a few ideas, but would like to test them first).