diff --git a/nvim/lua/plugins/copilot.lua b/nvim/lua/plugins/copilot.lua new file mode 100644 index 0000000..2488939 --- /dev/null +++ b/nvim/lua/plugins/copilot.lua @@ -0,0 +1,6 @@ +return { + "zbirenbaum/copilot.lua", + cmd = "Copilot", + event = "InsertEnter", + opts = {} +}