change ai plugin to CopilotChat.nvim

This commit is contained in:
Alexander Navarro 2024-11-25 10:46:43 -03:00
parent 1366b1d7b0
commit ec750a0e89
3 changed files with 73 additions and 50 deletions

View file

@ -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,
},