diff options
| author | jdhao <jdhao@hotmail.com> | 2023-08-14 23:53:30 +0200 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2023-08-14 23:55:17 +0200 |
| commit | 946e65662bfa642b9b0662667fa65886ba65de41 (patch) | |
| tree | 8ec4de146249dd174acc77c34935592e95e96b34 /lua/config/nvim-tree.lua | |
| parent | 4a6379ca5daf2686cf5fd4861fd7bb4c56719efc (diff) | |
fix nvimtree conf, close #215
Diffstat (limited to 'lua/config/nvim-tree.lua')
| -rw-r--r-- | lua/config/nvim-tree.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lua/config/nvim-tree.lua b/lua/config/nvim-tree.lua index 0c25b4c..83e93c1 100644 --- a/lua/config/nvim-tree.lua +++ b/lua/config/nvim-tree.lua @@ -18,12 +18,6 @@ nvim_tree.setup { number = false, relativenumber = false, signcolumn = "yes", - mappings = { - custom_only = false, - list = { - -- user mappings go here - }, - }, }, renderer = { indent_markers = { |
