change ai plugin to CopilotChat.nvim
This commit is contained in:
parent
1366b1d7b0
commit
ec750a0e89
3 changed files with 73 additions and 50 deletions
|
|
@ -6,7 +6,7 @@ return {
|
|||
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.icons' }, -- if you use standalone mini plugins
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter", "nvim-tree/nvim-web-devicons" }, -- if you prefer nvim-web-devicons
|
||||
opts = {
|
||||
file_types = { 'markdown', 'codecompanion' },
|
||||
file_types = { 'markdown', 'copilot-chat' },
|
||||
sign = {
|
||||
enabled = false,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue