From 714b060f057bf8c7a86334edb7f917b6d8a8a890 Mon Sep 17 00:00:00 2001 From: 0xfa1z Date: Thu, 11 Jul 2024 13:03:02 +0200 Subject: [PATCH] add nvim-web-devicons --- init.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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