去除res,去除AI插件。
This commit is contained in:
@@ -76,5 +76,5 @@ vim.o.showtabline = 2
|
||||
vim.o.showmode = false
|
||||
-- vim.o.background = "light"
|
||||
-- vim.o.background = "dark"
|
||||
vim.g.codeium_enabled = true
|
||||
vim.g.ai_cmp = false
|
||||
-- vim.g.codeium_enabled = true
|
||||
-- vim.g.ai_cmp = false
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
return {
|
||||
"Exafunction/codeium.nvim",
|
||||
cmd = "Codeium",
|
||||
event = "InsertEnter",
|
||||
build = ":Codeium Auth",
|
||||
opts = {
|
||||
enable_cmp_source = vim.g.ai_cmp,
|
||||
virtual_text = {
|
||||
enabled = not vim.g.ai_cmp,
|
||||
virtual_text_priority = 65535,
|
||||
map_keys = true,
|
||||
key_bindings = {
|
||||
-- accept = false, -- handled by nvim-cmp / blink.cmp
|
||||
accept = "<Tab>",
|
||||
next = "<M-]>",
|
||||
prev = "<M-[>",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user