mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-14 11:24:38 +02:00
feat(rest): changed default kulala icons to utf8
This commit is contained in:
parent
7e03d5a0e4
commit
1b7f3f77f5
1 changed files with 11 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue