Skip to content

Commit

Permalink
use copilot in .md
Browse files Browse the repository at this point in the history
  • Loading branch information
y011d4 committed Oct 17, 2024
1 parent 38c42e1 commit 3266dfb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .config/nvim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1102,6 +1102,9 @@ require("lazy").setup({
require("copilot").setup({
suggestion = { enabled = false },
panel = { enabled = false },
filetypes = {
markdown = true,
},
})
end
},
Expand Down

0 comments on commit 3266dfb

Please sign in to comment.