Skip to content

Commit 714b060

Browse files
author
0xfa1z
committed
add nvim-web-devicons
1 parent 70d1f77 commit 714b060

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

init.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ require('lazy').setup({
245245
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
246246
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
247247
'github/copilot.vim', -- GitHub Copilot integration
248-
-- vim-tree
248+
249+
-- nvim-tree
249250
{
250251
'kyazdani42/nvim-tree.lua',
251252
config = function()
@@ -265,6 +266,7 @@ require('lazy').setup({
265266
}
266267
end,
267268
}, -- File explorer
269+
'nvim-tree/nvim-web-devicons',
268270

269271
-- NOTE: Plugins can also be added by using a table,
270272
-- with the first argument being the link and the following

0 commit comments

Comments
 (0)