Skip to content

Commit

Permalink
sync nvim-tree root with cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Jan 18, 2024
1 parent 554d5c5 commit 098bc40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ return {
config = function()
require("nvim-tree").setup({
disable_netrw = true,
sync_root_with_cwd = true,
update_focused_file = {
enable = true,
},
Expand Down

0 comments on commit 098bc40

Please sign in to comment.