diff --git a/init.lua b/init.lua index 0e78d327..fa9f857a 100644 --- a/init.lua +++ b/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