How do I configure autocomplete snippets for .hbs (Handlebars) files in Neovim using the NvChad framework?
I'm using Neovim with the NvChad configuration framework, and I want to enable autocomplete/snippet support for .hbs (Handlebars) files.
How can I configure this to work with the existing NvChad setup?
Specifically:
How can I set up filetype-specific snippets for .hbs?
What’s the best way to integrate this with nvim-cmp and LuaSnip, which come preconfigured in NvChad?