Michal Liszcz

Results 8 issues of Michal Liszcz

Hi, I'm trying to use dbus-next for peer-to-peer communication (e.g. with PulseAudio) without a bus (daemon). Looks like dbus-next supports only bus connection (system, session or custom address). Per my...

enhancement

Hi, Value parameters and reference parameters have different syntax highlight groups. Consider this example: ![image](https://user-images.githubusercontent.com/6927259/171135907-c959f804-7482-4a61-8b73-45100302ad11.png) According to TSCaptureUnderCursor: * arg1 is {TSVariable, TSParameter} in that order * arg2 is {TSParameter,...

Some built-in ftplugins set omnifunc/tagfunc/formatexpr which prevents using the LSP-based ones as default. This change allows for overwriting omnifunc/tagfunc/formatexpr options also set by ftplugin with functions provided by the LSP...

lua
lsp

### Feature already in Vim? _No response_ ### Feature description PR #19003 introduced a feature which automatically sets `omnifunc` to the one provided by the language server if it is...

enhancement
lsp

It is not possible to map X11 applications to icons using the window-rewrite mechanism. The implementation currently checks only for the app_id to match against the `` pattern. https://github.com/Alexays/Waybar/blob/ca17bdb214d7337c70d4af6f8f935748260a72cc/src/modules/sway/workspaces.cpp#L272 Sway...

custom
sway

This PR adds initial support for inlay hints (only textDocument/inlayHint method) for function and template calls. Fixes #701.

This is a new feature added in LSP 3.17. https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_inlayHint Inlay hints allow the editor to display virtual text containing some additional information, for example parameter names: ![image](https://github.com/nokia/ntt/assets/6927259/1775dc6d-2a27-4c43-bd9a-4a68a5e8ca58) TTCN3 supports...

I try to keep my setup minimal, including the numbers of plugins. Currently hardtime depends on nui and plenary. Would it be possible to remove them or make them optional?...