From 20d07800e70f507c8010d281f7e6adcc2a5d376c Mon Sep 17 00:00:00 2001 From: tiagovla <30515389+tiagovla@users.noreply.github.com> Date: Sat, 20 Mar 2021 18:24:28 -0300 Subject: Moved nvimtree.vim to nvimtree.lua (#151) --- lua/nv-nvimtree/init.lua | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'lua/nv-nvimtree/init.lua') diff --git a/lua/nv-nvimtree/init.lua b/lua/nv-nvimtree/init.lua index 9798f6d3..b61025c7 100644 --- a/lua/nv-nvimtree/init.lua +++ b/lua/nv-nvimtree/init.lua @@ -52,4 +52,22 @@ vim.g.nvim_tree_bindings = { ["-"] = tree_cb("dir_up"), ["q"] = tree_cb("close") } +vim.g.nvim_tree_icons = { + default = '', + symlink = '', + git = { + unstaged = "", + staged = "✓", + unmerged = "", + renamed = "➜", + untracked = "✗" + }, + folder = { + default = "", + open = "", + empty = "", + empty_open = "", + symlink = "" + } +} vim.cmd([[source ~/.config/nvim/vimscript/nv-nvimtree/init.vim]]) -- cgit v1.2.3