Files
.dotfiles/.config/nvim/lua/plugins/vim-copilot.lua

7 lines
63 B
Lua

return {
'github/copilot.vim',
config = function()
end
}