mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-12-28 07:02:22 +00:00
13 lines
388 B
Text
13 lines
388 B
Text
|
(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>"}}}})]
|