diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 17:17:55 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 17:17:55 +0100 |
| commit | b0f94f14a8653270824d3042b87ae1bbbed04d59 (patch) | |
| tree | 9e107e4a591ed9108e3085e6fb6b30b34b934ca9 /lua/user/nvim-tree.lua | |
| parent | c2635e343598a8d95d816a760572a87d30541cb2 (diff) | |
| parent | 69ac347d940ac13320a2aa1f252b782729bf8f79 (diff) | |
Merge branch '13-bufferline.lua' into vgg
Diffstat (limited to 'lua/user/nvim-tree.lua')
| -rw-r--r-- | lua/user/nvim-tree.lua | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lua/user/nvim-tree.lua b/lua/user/nvim-tree.lua index e80e04b..c64c5e1 100644 --- a/lua/user/nvim-tree.lua +++ b/lua/user/nvim-tree.lua @@ -64,6 +64,14 @@ nvim_tree.setup { update_cwd = true, ignore_list = {}, }, + system_open = { + cmd = nil, + args = {}, + }, + filters = { + dotfiles = false, + custom = {}, + }, git = { enable = true, ignore = true, @@ -86,6 +94,13 @@ nvim_tree.setup { number = false, relativenumber = false, }, +<<<<<<< HEAD + trash = { + cmd = "trash", + require_confirm = true, + }, +======= +>>>>>>> vgg quit_on_open = 0, git_hl = 1, disable_window_picker = 0, |
