去除res,去除AI插件。

This commit is contained in:
2026-02-09 14:57:05 +08:00
parent 418843bfc9
commit 8e0bd6eada
8 changed files with 18 additions and 101 deletions

View File

@@ -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

View File

@@ -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-[>",
},
},
},
}