mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-14 00:22:39 +02:00
fix(nvim): copilot.lua - encoding
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
-- Custom copilot-lua to enable filetypes: markdown
|
-- Custom copilot-lua to enable filetypes: markdown
|
||||||
return {
|
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 = function(_, opts)
|
||||||
opts.filetypes = {
|
opts.filetypes = {
|
||||||
yaml = true,
|
yaml = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user