Skip to content

Commit

Permalink
chore(neo-tree.nvim): disable 2-way binding for 'neo-tree.nvim' (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 authored Sep 4, 2024
1 parent 1d0b145 commit a41d6f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/configs/nvim-neo-tree/neo-tree-nvim/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ require("neo-tree").setup({
},
},
filesystem = {
bind_to_cwd = false, -- disable 2-way binding
-- cwd_target = {
-- sidebar = "tab", -- sidebar is when position = left or right
-- current = "window", -- current is when position = current
-- },
filtered_items = {
visible = true,
},
Expand Down

0 comments on commit a41d6f7

Please sign in to comment.