kak-lsp
https://github.com/kak-lsp/kak-lsp
kak-lsp is a Language Server Protocol client for Kakoune implemented in Rust.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / kak-lsp
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout editors/kak-lsp && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
_service | 0000000385 385 Bytes | |
cargo_config | 0000000100 100 Bytes | |
kak-lsp-14.2.0.tar.gz | 0000137637 134 KB | |
kak-lsp.changes | 0000004138 4.04 KB | |
kak-lsp.spec | 0000002044 2 KB | |
vendor.tar.zst | 0021696584 20.7 MB |
Revision 8 (latest revision is 34)
Soc Virnyl Estela (uncomfyhalomacro)
committed
(revision 8)
- Updates to version 14.2.0: * Additions: - Default configuration for CMake. - If there are no code actions in the main selection, lsp-code-actions will show code actions from anywhere on a selected line, to make it easier to perform quick-fixes. - If requested by the language server, kak-lsp will recursively watch the entire root directory for file changes and forward them to the server via workspace/didChangeWatchedFiles (#649). - kak-lsp now asks the server to cancel stale requests (#666). - lsp-did-change is async again, which can improve performance (#667). - kak-lsp is published to crates.io for easy installation (#660). * Fixes: - Fix race conditions when spinning up a new server in "kak-lsp --request" (#654), and in "lsp-hover-buffer" (#664). - Send inlay hints and semantic tokens only after buffer changes (#663). - Use zstd compression for vendored dep tarball
Comments 0