lsp/presets/qml-language-server: init

Depends on https://github.com/NixOS/nixpkgs/pull/515608
This commit is contained in:
dish 2026-05-01 16:40:18 -04:00
commit f2af90654a
4 changed files with 36 additions and 1 deletions

View file

@ -275,6 +275,9 @@
- Added support for neovim 0.12's `ui2` feature via `vim.ui.ui2`
- Added support for the `qml-language-server` package in `languages.qml` and the
new LSP preset for it
[Machshev](https://github.com/machshev):
- Added `ruff` and `ty` LSP support for Python under `programs.python`.