diff --git a/common/.config/nvim/lua/plugins/editor.lua b/common/.config/nvim/lua/plugins/editor.lua index c1b35b99..a0e55377 100644 --- a/common/.config/nvim/lua/plugins/editor.lua +++ b/common/.config/nvim/lua/plugins/editor.lua @@ -4,6 +4,10 @@ return { { "zbirenbaum/copilot.lua", optional = true, + filetypes = { + yaml = true, + [""] = false, + }, keys = { { "<leader>a", "", desc = "+ai", mode = { "n" } }, { "<leader>at", "<CMD>Copilot detach<CR>", desc = "Detach (Copilot)" },