mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-12-27 14:42:23 +00:00
12 lines
388 B
Fennel
12 lines
388 B
Fennel
(local utils (require :dots.utils))
|
|
|
|
;:github/copilot.vim {:cmd ["Copilot"]}
|
|
[(utils.plugin
|
|
:zbirenbaum/copilot.lua
|
|
{:cmd "Copilot"
|
|
:event "InsertEnter"
|
|
:opts {:panel {:enabled false}
|
|
:suggestion {:enabled true
|
|
:auto_trigger :true
|
|
:keymap {:accept "<tab>"
|
|
:next "<C-l><C-n>"}}}})]
|