mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-01 08:35:06 +02:00
refactor: remove ai keymaps and just use defaults
This commit is contained in:
parent
0270a39a7b
commit
3f404079dc
1 changed files with 0 additions and 10 deletions
|
@ -15,16 +15,6 @@ vim.g.lazyvim_picker = "auto"
|
|||
-- use that instead of inline suggestions
|
||||
vim.g.ai_cmp = true
|
||||
|
||||
-- if `vim.g.ai_cmp` is false, or the completion engine does
|
||||
-- not support the AI source, use inline suggestions
|
||||
-- with the keymaps below
|
||||
vim.g.ai_suggest_accept = "<tab>"
|
||||
vim.g.ai_suggest_accept_word = false
|
||||
vim.g.ai_suggest_accept_line = false
|
||||
vim.g.ai_suggest_next = "<M-]>"
|
||||
vim.g.ai_suggest_prev = "<M-[>"
|
||||
vim.g.ai_suggest_clear = "<C-]>"
|
||||
|
||||
-- LazyVim root dir detection
|
||||
-- Each entry can be:
|
||||
-- * the name of a detector function like `lsp` or `cwd`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue