Updated plugins and added buffer manager
This commit is contained in:
@@ -3,12 +3,13 @@ return {
|
||||
"zbirenbaum/copilot.lua",
|
||||
cmd = "Copilot",
|
||||
event = "InsertEnter",
|
||||
dependencies = "AndreM222/copilot-lualine",
|
||||
config = function()
|
||||
require("copilot").setup({
|
||||
panel = {
|
||||
keymap = {
|
||||
open = "<M-c>"
|
||||
}
|
||||
open = "<M-c>",
|
||||
},
|
||||
},
|
||||
suggestion = {
|
||||
auto_trigger = true,
|
||||
|
||||
Reference in New Issue
Block a user