personalized it a bit

This commit is contained in:
Veighnsche 2024-06-18 22:38:59 +02:00
parent 1b78057fa8
commit eadd71a4d6
4 changed files with 41 additions and 10 deletions

View file

@ -2,4 +2,12 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {}
return {
{
'github/copilot.vim',
event = 'VimEnter',
config = function()
vim.cmd 'Copilot setup'
end,
},
}