Replaced packer with lazyvim plugin manager

This commit is contained in:
2024-02-27 17:08:10 +01:00
parent 7c0dd99803
commit d548c4027e
23 changed files with 324 additions and 149 deletions

View File

@@ -0,0 +1,8 @@
return {
{ 'github/copilot.vim',
config = function ()
-- Disable copilot by default
vim.g.copilot_enabled = false
end
}
}