diff --git a/lua/custom/plugins/github-copilot.lua b/lua/custom/plugins/github-copilot.lua new file mode 100644 index 00000000..a623ef7d --- /dev/null +++ b/lua/custom/plugins/github-copilot.lua @@ -0,0 +1,3 @@ +return { -- Github Copilot autosuggestions + 'github/copilot.vim', +}