diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/nvim-tree.lua | 10 |
1 files changed, 9 insertions, 1 deletions
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 = { |
