[neovim] Adds github copilot

This commit is contained in:
Drew Haven
2025-02-11 15:42:07 -08:00
parent 04b3e9a69b
commit 7c77936ae9

View File

@@ -0,0 +1,6 @@
return {
-- Add Github Copilot plugin.
-- It still needs to be configured with `:Copilot setup`.
-- See `:help copilot` for more information
{ "github/copilot.vim" },
}