mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
nvim: lazy.nvim: update icons
This commit is contained in:
parent
2ba8f37969
commit
774489d3be
1 changed files with 8 additions and 6 deletions
|
|
@ -640,15 +640,17 @@ require('lazy').setup({
|
||||||
cmd = '[cmd]',
|
cmd = '[cmd]',
|
||||||
config = '[cfg]',
|
config = '[cfg]',
|
||||||
event = '[e]',
|
event = '[e]',
|
||||||
|
favorite = '[*]',
|
||||||
ft = '[ft]',
|
ft = '[ft]',
|
||||||
init = '[init]',
|
init = '[init]',
|
||||||
keys = '[key]',
|
import = '[import]',
|
||||||
plugin = '[plugin]',
|
keys = '[keys]',
|
||||||
runtime = '[rt]',
|
|
||||||
source = '[src]',
|
|
||||||
start = '[active]',
|
|
||||||
task = '[task]',
|
|
||||||
lazy = '[lazy]',
|
lazy = '[lazy]',
|
||||||
|
plugin = '[plugin]',
|
||||||
|
runtime = '[runtime]',
|
||||||
|
require = '[require]',
|
||||||
|
source = '</>',
|
||||||
|
start = '[+]',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue