garymjr / nvim-snippets

Snippet support using native neovim snippets
MIT License
220 stars 13 forks source link

Can I autoexpand snippets? #56

Open mikasenghaas opened 5 days ago

mikasenghaas commented 5 days ago

Is there a way to auto-expand snippets? I would like to be able to auto-expand custom snippets, e.g. when typing mk in a .tex document, I would like to automatically be put into inline math mode without having to confirm the selection with another keypress.

I am using LazyVim with Neovim v0.10.1 and nvim-cmp. Thank you!