feat(nvim): add github copilot

This commit is contained in:
Michael Mandl 2023-07-05 12:54:27 +02:00
parent 03e4b4d25c
commit 0141de5795
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
3 changed files with 14 additions and 0 deletions

View file

@ -148,6 +148,10 @@ in
# debugging
nvim-dap
nvim-dap-ui
# copilot
copilot-lua
copilot-cmp
];
extraConfig = ''
@ -185,6 +189,8 @@ in
vim.g.gitblame_date_format = "%r"
${builtins.readFile ./copilot.lua }
EOF
'';
};