Add copilot

This commit is contained in:
Max Luebke 2025-01-29 16:14:51 +01:00
parent 884e2c688d
commit 6cb459db65

View File

@ -45,4 +45,14 @@ return {
{
'github/copilot.vim',
},
{
'amitds1997/remote-nvim.nvim',
version = '*', -- Pin to GitHub releases
dependencies = {
'nvim-lua/plenary.nvim', -- For standard functions
'MunifTanjim/nui.nvim', -- To build the plugin UI
'nvim-telescope/telescope.nvim', -- For picking b/w different remote methods
},
config = true,
},
}