I recently started using LazyVim, which utilizes nvim-snippets instead of LuaSnip. As per #1886 and #1955, it's known that current branch doesn't support multi-line ghost_text for LuaSnip custom snippets, so I've added this feature (similar to nvim-snippets in LazyVim).
Here's how this feature works.
I recently started using LazyVim, which utilizes nvim-snippets instead of LuaSnip. As per #1886 and #1955, it's known that current branch doesn't support multi-line ghost_text for LuaSnip custom snippets, so I've added this feature (similar to nvim-snippets in LazyVim). Here's how this feature works.
https://github.com/user-attachments/assets/c073541a-a194-45e7-9847-de1a0bacb397
I'm new to Neovim and Lua, so please let me know if there are any issues. Thank you! @hrsh7th