mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
apps: discord
This commit is contained in:
parent
bddc75a08b
commit
dc742c2b52
21 changed files with 221 additions and 50 deletions
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue