dots-of-war/eggs/nvim/fnl/dots/plugins/copilot.fnl
2024-12-21 22:42:30 +01:00

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>"}}}})]