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

@@ -10,10 +10,10 @@ require('twilight').setup({
context = 6,
treesitter = true,
expand = {
"function",
"method",
"table",
"if_statement",
'function',
'method',
'table',
'if_statement',
}
})