this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

disable copilot on markdown files

+6 -1
+6 -1
nvim/lua/plugins/ai.lua
··· 1 1 return { 2 - { "github/copilot.vim" }, 2 + { 3 + "github/copilot.vim", 4 + config = function() 5 + vim.g.copilot_filetypes = { markdown = false } 6 + end, 7 + }, 3 8 { 4 9 "yetone/avante.nvim", 5 10 event = "VeryLazy",