doloro
9a77bf305e
fix(nixvim): eliminate per-keystroke LSP completion latency
- drop lsp-lines (redundant with tiny-inline-diagnostic; double diagnostic virtual-text redraw per keystroke)
- drop nvim_lsp_signature_help cmp source (extra server request per keystroke; <C-k> keymap covers it)
- remove cmp-nvim-lsp-signature-help plugin (now unused)
- disable LSP client file logging (nixd/svelte stderr spam was writing 5MB+ logs on the main loop)
- disable rust-analyzer semantic tokens (ContentModified retry loop while typing)
2026-08-09 00:23:11 +01:00
..
2026-08-09 00:21:31 +01:00
2026-08-09 00:23:11 +01:00
2026-02-07 19:08:58 +00:00
2026-02-07 19:08:58 +00:00
2026-08-09 00:21:31 +01:00
2026-02-07 19:08:58 +00:00