added copilot

This commit is contained in:
Ivar Fatland
2025-04-10 11:14:43 +02:00
parent 63904292f2
commit c15e41485b
+2
View File
@@ -99,6 +99,8 @@ end
vim.opt.rtp:prepend(lazypath) vim.opt.rtp:prepend(lazypath)
require'lazy'.setup{ --{{{1 require'lazy'.setup{ --{{{1
{ 'github/copilot.vim', --{{{2
},
{ 'rafaelsq/nvim-goc.lua', --{{{2 { 'rafaelsq/nvim-goc.lua', --{{{2
config = function () config = function ()
local goc = require'nvim-goc' local goc = require'nvim-goc'