mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-20 01:29:08 +02:00
7 lines
107 B
Lua
7 lines
107 B
Lua
return {
|
|
'github/copilot.vim',
|
|
opts = {},
|
|
config = function()
|
|
-- vim.g.copilot#enable()
|
|
end,
|
|
}
|