feat(rest): changed default kulala icons to utf8

This commit is contained in:
Alexander Haas 2025-06-25 08:42:44 +02:00
parent 7e03d5a0e4
commit 1b7f3f77f5
No known key found for this signature in database
GPG key ID: CE6F8F17BC5E9A28

View file

@ -52,7 +52,17 @@ return {
ft = { "http", "rest" }, ft = { "http", "rest" },
}, },
}, },
opts = {}, opts = {
ui = {
icons = {
inlay = {
loading = "",
done = "",
error = "",
},
},
},
},
}, },
{ {
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",