This commit is contained in:
rafiq 2025-07-21 00:53:38 -07:00 committed by GitHub
commit 1a41d89d53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 35 additions and 0 deletions

View file

@ -359,8 +359,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):