mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-09 12:25:12 +02:00
enc: Change buffer line to cookieline
This commit is contained in:
parent
76277745b3
commit
b30a97b80a
5 changed files with 207 additions and 37 deletions
|
@ -4,6 +4,6 @@ require("pcode.config.lazy_lib")
|
|||
require("pcode.user.colorscheme")
|
||||
require("pcode.core.neovide")
|
||||
|
||||
vim.keymap.set({ "n", "v", "x" }, "<C-i>", function()
|
||||
--[[ vim.keymap.set({ "n", "v", "x" }, "<C-i>", function()
|
||||
require("gemini").ask_gemini()
|
||||
end, { noremap = true, silent = true, desc = "Prompt Gemini CLI" })
|
||||
end, { noremap = true, silent = true, desc = "Prompt Gemini CLI" }) ]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue