From e5416214adc2ec052f8f5ff28027aeb1eb0f19a0 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Fri, 13 Mar 2026 11:31:11 +0000 Subject: [PATCH] icons --- modules/_neovim/plugins/opencode.nix | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/modules/_neovim/plugins/opencode.nix b/modules/_neovim/plugins/opencode.nix index 7ec1700..bf71e9f 100644 --- a/modules/_neovim/plugins/opencode.nix +++ b/modules/_neovim/plugins/opencode.nix @@ -51,6 +51,35 @@ in { wrap = true, }, }, + icons = { + preset = "nerdfonts", + overrides = { + header_user = "▌ 󱦀 ", + header_assistant = "󱚟 ", + run = "󱆃 ", + task = "󰉹 ", + read = "󰈔 ", + edit = "󰲶 ", + write = "󰲶 ", + plan = "󰉹 ", + search = "󰍉 ", + web = "󰖟 ", + list = "󰉹 ", + tool = "󱁤 ", + snapshot = "󰙅 ", + file = "󰈔 ", + folder = "󰉋 ", + attached_file = "󰏢 ", + agent = "󱜚 ", + reasoning = "󰌵 ", + question = "󰋗 ", + completed = "󰄬 ", + pending = "󰦗 ", + running = "󰑮 ", + bash = "󱆃 ", + command = "󰘳 ", + }, + }, }, })