apps: discord

This commit is contained in:
js0ny 2025-11-19 20:47:35 +00:00
parent bddc75a08b
commit dc742c2b52
21 changed files with 221 additions and 50 deletions

View file

@ -9,15 +9,17 @@ return {
auto_trigger = true,
hide_during_completion = vim.g.ai_cmp,
keymap = {
accept = "<M-f>",
accept = "<M-l>", -- Inspired from zed
next = "<M-]>",
prev = "<M-[>",
},
},
panel = { enabled = false },
panel = { enabled = true },
filetypes = {
markdown = true,
help = true,
beancount = false,
yaml = false,
},
},
}