From 1b7f3f77f5bd7d70d3f02d90f6aaf4f015b6f205 Mon Sep 17 00:00:00 2001 From: Alexander Haas Date: Wed, 25 Jun 2025 08:42:44 +0200 Subject: [PATCH] feat(rest): changed default kulala icons to utf8 --- lua/lazyvim/plugins/extras/util/rest.lua | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/util/rest.lua b/lua/lazyvim/plugins/extras/util/rest.lua index 699a2fcb..0aa7765b 100644 --- a/lua/lazyvim/plugins/extras/util/rest.lua +++ b/lua/lazyvim/plugins/extras/util/rest.lua @@ -52,7 +52,17 @@ return { ft = { "http", "rest" }, }, }, - opts = {}, + opts = { + ui = { + icons = { + inlay = { + loading = "", + done = "", + error = "", + }, + }, + }, + }, }, { "nvim-treesitter/nvim-treesitter",