This commit is contained in:
Nikos Papadakis 2025-01-02 18:51:52 +02:00
parent a5e16d3386
commit 0a89e2b691
Signed by untrusted user who does not match committer: nikos
GPG key ID: 78871F9905ADFF02
2 changed files with 2 additions and 8 deletions

View file

@ -1,4 +1,4 @@
return { return {
-- "github/copilot.vim", "github/copilot.vim",
-- event = "InsertEnter" event = "InsertEnter"
} }

View file

@ -1,6 +0,0 @@
return {
"supermaven-inc/supermaven-nvim",
config = function()
require("supermaven-nvim").setup {}
end,
}