-require("options")
+--[[
+ _ ___ _____ __ __
+| \ | \ \ / /_ _| \/ |
+| \| |\ \ / / | || |\/| |
+| |\ | \ V / | || | | |
+|_| \_| \_/ |___|_| |_|
+
+]]
+
require("autocmds")
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
{
+ "CopilotChat.nvim": { "branch": "main", "commit": "16d897fd43d07e3b54478ccdb2f8a16e4df4f45a" },
"copilot.vim": { "branch": "release", "commit": "3955014c503b0cd7b30bc56c86c56c0736ca0951" },
"ghcid": { "branch": "master", "commit": "b7dc5c4ee640b6c8137ecfd0a2b50df278015221" },
"gitsigns.nvim": { "branch": "main", "commit": "731b581428ec6c1ccb451b95190ebbc6d7006db7" },
return {
{ 'github/copilot.vim' },
+ {
+ "CopilotC-Nvim/CopilotChat.nvim",
+ dependencies = {
+ { "github/copilot.vim" },
+ { "nvim-lua/plenary.nvim", branch = "master" },
+ },
+ build = "make tiktoken",
+ opts = {
+ },
+ },
}