Updated plugins and added buffer manager

This commit is contained in:
2024-03-18 14:11:01 +01:00
parent 7208b24e1d
commit 59a1df2435
6 changed files with 118 additions and 116 deletions

View File

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