summaryrefslogtreecommitdiff
path: root/lua/ben/plugins/copilot.lua
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-11-01 16:07:37 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2023-11-01 16:07:37 -0400
commitc20a1b6e2d6a0fd165e833b536d0b6b7b5d2d670 (patch)
tree9567c067132ccdf97da7ccf0e24607dbee4a05a6 /lua/ben/plugins/copilot.lua
parent6707e9c579b0321e833e2841fa5d5e049674bfb0 (diff)
Use fern instead of netrw
Diffstat (limited to 'lua/ben/plugins/copilot.lua')
-rw-r--r--lua/ben/plugins/copilot.lua13
1 files changed, 5 insertions, 8 deletions
diff --git a/lua/ben/plugins/copilot.lua b/lua/ben/plugins/copilot.lua
index c62a8f5..f53bb48 100644
--- a/lua/ben/plugins/copilot.lua
+++ b/lua/ben/plugins/copilot.lua
@@ -1,10 +1,7 @@
return {
- "github/copilot.vim",
- event = "VeryLazy",
- config = function()
- vim.cmd([[Copilot enable]])
- end,
- build = function()
- vim.cmd([[Copilot setup]])
- end,
+ "github/copilot.vim",
+ event = "VeryLazy",
+ build = function()
+ vim.cmd([[Copilot setup]])
+ end,
}