diff --git a/home/base/tui/editors/neovim/nvim/lua/plugins/copilot.lua b/home/base/tui/editors/neovim/nvim/lua/plugins/copilot.lua index 7215945f..b880151d 100644 --- a/home/base/tui/editors/neovim/nvim/lua/plugins/copilot.lua +++ b/home/base/tui/editors/neovim/nvim/lua/plugins/copilot.lua @@ -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,