From 2835bdf6005626b3f377fd36aa8e10d0051aa0ef Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 4 Sep 2023 22:46:54 +0200 Subject: Allow webdev icons for folders --- lua/plugins/nvim-tree.lua | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'lua/plugins') diff --git a/lua/plugins/nvim-tree.lua b/lua/plugins/nvim-tree.lua index 774e2f0..95b6f93 100644 --- a/lua/plugins/nvim-tree.lua +++ b/lua/plugins/nvim-tree.lua @@ -6,7 +6,8 @@ --- To see default mappings `:nvim-tree-default-mappings` local icons = { - git_placement = 'after', + webdev_colors = true, + git_placement = 'signcolumn', modified_placement = 'after', padding = ' ', show = { @@ -30,6 +31,7 @@ local icons = { symlink = '', symlink_open = '', }, + git = { deleted = '', unmerged = '', @@ -40,6 +42,12 @@ local icons = { ignored = '◌', }, }, + web_devicons = { + folder = { + enable = true, + color = true, + }, + }, } local renderer = { -- cgit v1.2.3