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 | 0000000268 268 Bytes | |
kak-lsp-16.0.0.tar.gz | 0000155372 152 KB | |
kak-lsp.changes | 0000007425 7.25 KB | |
kak-lsp.spec | 0000001998 1.95 KB | |
vendor.tar.zst | 0020406911 19.5 MB |
Revision 22 (latest revision is 34)
Soc Virnyl Estela (uncomfyhalomacro)
committed
(revision 22)
- Update to version 16.0.0: * The modeline shows breadcrumbs like somemodule > someclass > somefunction to indicate the symbol around the main cursor. * lsp-document-symbols now renders symbols in a tree. * lsp_auto_show_code_actions (which renders a lightbulb in the modeline) now defaults to true. * lsp-code-lens can now run the test at cursor with rust-analyzer. Fixes: * lsp-inlay-diagnostics no longer jump around when the cursor is moved over the diagnostics. To use this feature, use Kakoune version >= 2024 (not yet release, consider building from source). * When LSP integration is enabled, then disabled and enabled again, the KakEnd hook failed to ask the server to exit, which has been fixed. * lsp-auto-hover-enable now only re-renders hover info when the main selection changes. This means that :info is no longer shadowed immediately by auto hover. * Completion snippets (accessed via lsp-snippets-select-next-placeholders) can now be nested, making it possible to cycle through the arguments of nested function calls. * In some cases, selecting completions provided by rust-analyzer would labels with extra characters (like self.some_method(…)) which has been fixed. * completionItem.additionalTextEdits are now applied also when the server does not support completionItem/resolve. * Snippet metacharacters are now properly escaped, removing spurious backslashes from inserted completions.
Comments 0