Add nvim copilot chat

This commit is contained in:
Martin
2025-07-24 21:52:28 +02:00
parent af49129b2a
commit 5876cf4564
2 changed files with 4 additions and 0 deletions

View File

@ -252,6 +252,9 @@ require("copilot").setup({
panel = { enabled = false },
})
require("copilot_cmp").setup()
require("CopilotChat").setup {
model = 'gpt-4.1',
}
vim.g.bullets_enabled_file_types = {
'markdown',