This commit is contained in:
rafiq 2025-11-06 20:38:26 -05:00 committed by GitHub
commit 4a8fb2f42c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 35 additions and 0 deletions

View file

@ -362,8 +362,13 @@
[rrvsh](https://github.com/rrvsh):
[uv.nvim]: https://github.com/benomahony/uv.nvim
- Add custom snippet support to `vim.snippets.luasnip`
- Fix namespace of python-lsp-server by changing it to python3Packages
- Add [uv.nvim] for integration with the uv Python package manager,
allowing automatic activation of virtual environments and
running code directly from Neovim. Available at `vim.languages.python.uv`.
[Noah765](https://github.com/Noah765):