feat(nvim): enable CopilotChat

This commit is contained in:
Michael Mandl 2025-02-11 14:15:27 +01:00
parent cc92efac9a
commit 2cca40f5e8
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2
2 changed files with 16 additions and 11 deletions

View file

@ -84,10 +84,12 @@
none-ls-nvim
lsp_lines-nvim
lsp-inlayhints-nvim
lspkind-nvim
# Copilot
copilot-lua
copilot-cmp
CopilotChat-nvim
# debugging
nvim-dap
@ -171,6 +173,8 @@
require("neogen").setup({ snippet_engine = "luasnip" })
require("local_firenvim")
require("CopilotChat").setup()
'';
};
};