this repo has no description
0
fork

Configure Feed

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

disable copilot

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