mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2025-05-22 09:05:50 -07:00
8 lines
119 B
Lua
8 lines
119 B
Lua
return {
|
|
"zbirenbaum/copilot-cmp",
|
|
opts = {
|
|
suggestion = { enabled = false },
|
|
panel = { enabled = false },
|
|
},
|
|
}
|