feat(nvim): enable CopilotChat
This commit is contained in:
parent
cc92efac9a
commit
2cca40f5e8
2 changed files with 16 additions and 11 deletions
|
@ -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()
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue