11 lines
135 B
Lua
11 lines
135 B
Lua
local M = {
|
|
'nvim-tree/nvim-web-devicons',
|
|
event = 'VeryLazy',
|
|
}
|
|
|
|
function M.config()
|
|
require('nvim-web-devicons')
|
|
end
|
|
|
|
return M
|