From 571b859d2947696a402ffbedc360b7e79cddb2d4 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Mon, 4 Aug 2025 01:19:13 +0200 Subject: [PATCH] Set `conceallevel` on copilot window --- nvim/lua/plugins/copilot.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nvim/lua/plugins/copilot.lua b/nvim/lua/plugins/copilot.lua index 41ad978..5ba1b06 100644 --- a/nvim/lua/plugins/copilot.lua +++ b/nvim/lua/plugins/copilot.lua @@ -14,6 +14,13 @@ return { diff = { enabled = false, }, + chat = { + window = { + opts = { + conceallevel = 3, + }, + }, + }, }, strategies = { chat = {