fix(nvim): copilot.lua - encoding

This commit is contained in:
Ryan Yin
2024-11-13 16:30:40 +08:00
parent 7c35aca631
commit 0a957dab79

View File

@@ -1,6 +1,10 @@
-- Custom copilot-lua to enable filetypes: markdown
return {
"zbirenbaum/copilot.lua",
-- "zbirenbaum/copilot.lua",
-- Fix https://github.com/zbirenbaum/copilot.lua/pull/336
"ryan4yin/copilot.lua",
branch = "fix_issue_330",
opts = function(_, opts)
opts.filetypes = {
yaml = true,