feat: Changing the signature_help shortcut to ctrl+shift+k.

Changing double quotes to single quotes.
This commit is contained in:
2026-08-30 17:35:49 -05:00
parent dd26af461d
commit a82bbcd531
7 changed files with 34 additions and 34 deletions

View File

@@ -3,6 +3,6 @@
require('vim._core.ui2').enable {
enable = true,
msg = {
targets = "msg", -- Displays in a floating text format
targets = 'msg', -- Displays in a floating text format
}
}