diff options
author | aktersnurra <grydholm@kth.se> | 2022-04-24 01:24:53 +0200 |
---|---|---|
committer | aktersnurra <grydholm@kth.se> | 2022-04-24 01:24:53 +0200 |
commit | c772ce25ea5d46704ea116792b9ebb7fea723e0c (patch) | |
tree | f3b4bf89bdce0e0bdd5214cbf9d67129b9238cc2 | |
parent | ee4a3a665f111d9f74e1f52bdb97368f2ef06293 (diff) |
fix(nvim-tree): add icons table
-rw-r--r-- | fnl/config/nvim-tree.fnl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fnl/config/nvim-tree.fnl b/fnl/config/nvim-tree.fnl index 2518a57..a40d4d6 100644 --- a/fnl/config/nvim-tree.fnl +++ b/fnl/config/nvim-tree.fnl @@ -2,6 +2,9 @@ (module config.nvim-tree {autoload {util util nvim aniseed.nvim}}) (set nvim.g.nvim_tree_show_icons + { :git 1 :folders 1 :files 1 :folder_arrows 1 }) + +(set nvim.g.nvim_tree_icons {:default "" :symlink "" :git {:unstaged "" |