added copilot plugin

This commit is contained in:
Jeremie Fraeys 2023-11-27 22:57:11 -05:00
parent 00e032f378
commit bdb655c5a1
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
return {
'github/copilot.vim',
}

View File

@ -1,6 +1,6 @@
return { return {
'tpope/vim-fugitive', 'tpope/vim-fugitive',
config = function () config = function()
vim.keymap.set('n', '<leader>gs', vim.cmd.Git) vim.keymap.set('n', '<leader>gs', vim.cmd.Git)
end end
} }