Adding documentation and login

This commit is contained in:
2026-01-14 21:32:01 -05:00
parent fb2bc3a713
commit 2f0ed73d53
2 changed files with 20 additions and 13 deletions

View File

@@ -14,9 +14,16 @@ return {
},
},
suggestion = {
enabled = true,
auto_trigger = true, -- Enable auto-trigger suggestions as you type
enabled = true, -- Codetyper will use copilot when available
auto_trigger = true,
debounce = 75,
keymap = {
-- Let codetyper handle keymaps for unified experience
accept = false,
next = false,
prev = false,
dismiss = false,
},
},
filetypes = {
markdown = true,