-
I use lazyvim nvim distro. Which contains friendly snippets and luasnip. I check the doc of luasnip which is too many things, and I havent find anything related to my topic. So How to fix my issue ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I think there are plenty of issues about stuff like this 😉 |
Beta Was this translation helpful? Give feedback.
-
Thank you. |
Beta Was this translation helpful? Give feedback.
I think there are plenty of issues about stuff like this 😉
Try
ls.filetype_extend("text", {"markdown"})
, that should makemarkdown
-snippets available in buffers with thetext
-filetype.