dotfiles/nvim/lua/plugins/copilot.lua

7 lines
95 B
Lua
Raw Normal View History

2024-01-17 21:03:38 +01:00
return {
"zbirenbaum/copilot.lua",
cmd = "Copilot",
event = "InsertEnter",
opts = {}
}