mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00: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" },
|
||||
},
|
||||
},
|
||||
opts = {},
|
||||
opts = {
|
||||
ui = {
|
||||
icons = {
|
||||
inlay = {
|
||||
loading = "",
|
||||
done = "",
|
||||
error = "",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue