[nvim] Removes copilot.nvim because copilot.lua is already available

This commit is contained in:
Drew Haven
2025-02-25 17:43:27 -08:00
parent ea48b0f9ad
commit 7e27b54d0d

View File

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