3 lines
206 B
Lua
3 lines
206 B
Lua
|
|
-- Filetype icons, used by file trees, pickers and statuslines.
|
||
|
|
-- Needs a Nerd Font in the terminal; setup() is optional so isn't called.
|
||
|
|
vim.pack.add({ 'https://github.com/nvim-tree/nvim-web-devicons' })
|