add nvim-web-devicons
This commit is contained in:
parent
70d1f77668
commit
714b060f05
4
init.lua
4
init.lua
|
@ -245,7 +245,8 @@ require('lazy').setup({
|
|||
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
|
||||
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
|
||||
'github/copilot.vim', -- GitHub Copilot integration
|
||||
-- vim-tree
|
||||
|
||||
-- nvim-tree
|
||||
{
|
||||
'kyazdani42/nvim-tree.lua',
|
||||
config = function()
|
||||
|
@ -265,6 +266,7 @@ require('lazy').setup({
|
|||
}
|
||||
end,
|
||||
}, -- File explorer
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
|
||||
-- NOTE: Plugins can also be added by using a table,
|
||||
-- with the first argument being the link and the following
|
||||
|
|
Loading…
Reference in New Issue