this repo has no description
0
fork

Configure Feed

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

nvim: remove copilot; disable claude_code adapter for inline editing

+3 -9
+3 -9
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 - -- } 8 2 { 9 3 "olimorris/codecompanion.nvim", 10 4 dependencies = { ··· 16 10 chat = { 17 11 adapter = "claude_code", 18 12 }, 19 - inline = { 20 - adapter = "claude_code", 21 - }, 13 + -- inline = { 14 + -- adapter = "claude_code", 15 + -- }, 22 16 cmd = { 23 17 adapter = "claude_code", 24 18 }