Removed copilot.nvim

This commit is contained in:
2025-03-24 09:37:41 +00:00
parent 5a67cc3f80
commit d835caf4cb
3 changed files with 0 additions and 41 deletions

View File

@@ -111,7 +111,6 @@ return { -- UI components and other visual elements are declared here
"filename",
},
lualine_x = {
{ "copilot", show_colors = true },
"encoding",
"fileformat",
"filetype",
@@ -139,11 +138,6 @@ return { -- UI components and other visual elements are declared here
},
},
},
{
"AndreM222/copilot-lualine",
event = "VeryLazy",
dependencies = { "zbirenbaum/copilot.lua" },
},
-- Assistant for refreshers on vim motions
{
"tris203/precognition.nvim",