Add nvim copilot chat

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

View File

@ -50,6 +50,7 @@
lspkind-nvim
copilot-lua
copilot-cmp
CopilotChat-nvim
bullets-vim
nvim-dap
nvim-nio

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',