aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/lua/plugins/copilot.lua
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-12-16 20:06:33 -0500
committerJP Appel <jeanpierre.appel01@gmail.com>2024-12-16 20:06:33 -0500
commitd5b2bf350095912b6ed7405e412bc9c7e594769f (patch)
tree8b9b03003ad4e55ecc8194ba9b03ce804448a0f7 /nvim/lua/plugins/copilot.lua
parent2d26cfea6712398d5613b8a2c69d38804ba1d66a (diff)
Remove unused plugins
Diffstat (limited to 'nvim/lua/plugins/copilot.lua')
-rw-r--r--nvim/lua/plugins/copilot.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/nvim/lua/plugins/copilot.lua b/nvim/lua/plugins/copilot.lua
deleted file mode 100644
index 2935745..0000000
--- a/nvim/lua/plugins/copilot.lua
+++ /dev/null
@@ -1,8 +0,0 @@
-return {
- 'github/copilot.vim',
- enabled = false,
- -- ft =
- config = function()
- vim.cmd[[Copilot setup]]
- end
-}