We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d1f77 commit 714b060Copy full SHA for 714b060
init.lua
@@ -245,7 +245,8 @@ require('lazy').setup({
245
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
246
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
247
'github/copilot.vim', -- GitHub Copilot integration
248
- -- vim-tree
+
249
+ -- nvim-tree
250
{
251
'kyazdani42/nvim-tree.lua',
252
config = function()
@@ -265,6 +266,7 @@ require('lazy').setup({
265
266
}
267
end,
268
}, -- File explorer
269
+ 'nvim-tree/nvim-web-devicons',
270
271
-- NOTE: Plugins can also be added by using a table,
272
-- with the first argument being the link and the following
0 commit comments