13 lines
239 B
Lua
13 lines
239 B
Lua
|
-- nvim-web-devicons
|
||
|
-- NERD fonts for neovim plugins.
|
||
|
return {
|
||
|
'nvim-tree/nvim-web-devicons',
|
||
|
commit = '5740b7382429d20b6ed0bbdb0694185af9507d44',
|
||
|
lazy = false,
|
||
|
priority = 1001,
|
||
|
|
||
|
-- REQ: telescope
|
||
|
|
||
|
enabled = vim.g.have_nerd_font,
|
||
|
}
|