nvim lspconfig

This commit is contained in:
2026-03-25 22:48:47 +02:00
parent ab8e056be4
commit e054b6b65f
6 changed files with 63 additions and 44 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ d = ":toggle inline-diagnostics.cursor-line disable warning"
D = ":toggle inline-diagnostics.other-lines disable error"
l = ":lsp-stop"
L = ":lsp-restart"
A-l = ":run-shell-command lspmux reload"
A-l = ":run-shell-command systemctl --user restart lspmux.service"
# t = [":toggle cursorline", ":toggle line-number absolute relative"]
# https://github.com/helix-editor/helix/issues/13187