diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-05-29 20:17:26 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-05-29 20:17:26 +0200 |
commit | 99436cf82bea2d96fcaf7f2d5e71946336a4b693 (patch) | |
tree | 7a51501ef4bf10893c847fb7f75fe64e6e737a40 | |
parent | 51ff163724b4b27b9d342d749ac23ebd323a5751 (diff) |
Remove legacy tree conf
-rw-r--r-- | fnl/config/nvim-tree.fnl | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/fnl/config/nvim-tree.fnl b/fnl/config/nvim-tree.fnl index 541ef6a..bf8bfa4 100644 --- a/fnl/config/nvim-tree.fnl +++ b/fnl/config/nvim-tree.fnl @@ -1,24 +1,6 @@ ;; A vertical sidebar file explorer. (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 "" - :staged :S - :unmerged "" - :renamed "➜" - :deleted "" - :untracked :U - :ignored "◌"} - :folder {:default "" - :open "" - :empty "" - :empty_open "" - :symlink ""}}) - (let [nvim-tree (util.load-plugin :nvim-tree) nvim-tree-config (util.load-plugin :nvim-tree.config)] (let [tree-cb nvim-tree-config.nvim_tree_callback] |