feat(snippets/luasnip): allow custom snippets

This commit is contained in:
Mohammad Rafiq 2025-06-17 11:23:43 +08:00
commit 8c7fdc0f5d
No known key found for this signature in database
3 changed files with 101 additions and 2 deletions

View file

@ -352,6 +352,7 @@
[rrvsh](https://github.com/rrvsh):
- Add custom snippet support to `vim.snippets.luasnip`
- Fix namespace of python-lsp-server by changing it to python3Packages
[Noah765](https://github.com/Noah765):