You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding custom Markdown snippets in the ~/.config/nvim/lua/snippets/markdown.lua file and configuring LuaSnip, the snippets are not recognized in .md files. I have ensured filetype detection works and keybindings for snippet expansion are set up. However, the snippets remain inaccessible when editing Markdown files.
After adding custom Markdown snippets in the
~/.config/nvim/lua/snippets/markdown.lua
file and configuring LuaSnip, the snippets are not recognized in.md
files. I have ensured filetype detection works and keybindings for snippet expansion are set up. However, the snippets remain inaccessible when editing Markdown files.snippets/markdown.md
Other extensions are working fine, but the markdown snippets are not working.
The text was updated successfully, but these errors were encountered: