dots-of-war/eggs/nvim/.config/nvim/lua/dots/plugins/copilot.lua
elkowar e797b89ed9
Add foot and nvim
Setup zsh and starship

update yolk

test with new yolk

test2

After renaming local to eggs

Remove zed stuff

äf

äf
2024-11-23 21:36:01 +01:00

3 lines
367 B
Lua

-- [nfnl] Compiled from fnl/dots/plugins/copilot.fnl by https://github.com/Olical/nfnl, do not edit.
local utils = require("dots.utils")
return {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>"}}}})}