diff options
| author | Yigit Sever | 2023-05-10 01:20:21 +0300 |
|---|---|---|
| committer | Yigit Sever | 2023-05-10 01:20:21 +0300 |
| commit | 004ed90c2e666461452f702cfdcbbb9222cff9a4 (patch) | |
| tree | 92d9614949e6b6e454d598fdca0a2f9d28e7ccf1 | |
| parent | e13477cf1a2099500f8ad1426c1f7c50cb02bb43 (diff) | |
| download | dotfiles-004ed90c2e666461452f702cfdcbbb9222cff9a4.tar.gz dotfiles-004ed90c2e666461452f702cfdcbbb9222cff9a4.tar.bz2 dotfiles-004ed90c2e666461452f702cfdcbbb9222cff9a4.zip | |
nvim: remove redundant nvim-tree mapping
| -rw-r--r-- | .config/nvim/lua/plugin_settings.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.config/nvim/lua/plugin_settings.lua b/.config/nvim/lua/plugin_settings.lua index 1336307..685dee4 100644 --- a/.config/nvim/lua/plugin_settings.lua +++ b/.config/nvim/lua/plugin_settings.lua | |||
| @@ -644,11 +644,6 @@ require("nvim-tree").setup({ | |||
| 644 | }, | 644 | }, |
| 645 | view = { | 645 | view = { |
| 646 | adaptive_size = true, | 646 | adaptive_size = true, |
| 647 | mappings = { | ||
| 648 | list = { | ||
| 649 | { key = "u", action = "dir_up" }, | ||
| 650 | }, | ||
| 651 | }, | ||
| 652 | }, | 647 | }, |
| 653 | renderer = { | 648 | renderer = { |
| 654 | group_empty = true, | 649 | group_empty = true, |
