Skip to content

Commit

Permalink
fix(plugins): do not hijack unnamed buffer (ex. dashboard) when opening
Browse files Browse the repository at this point in the history
  • Loading branch information
ecosse3 committed Feb 17, 2022
1 parent 266a371 commit 993b344
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/plugins/tree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ require'nvim-tree'.setup {
hijack_cursor = false,
-- updates the root directory of the tree on `DirChanged` (when your run `:cd` usually)
update_cwd = true,
-- opens in place of the unnamed buffer if it's empty
hijack_unnamed_buffer_when_opening = false,
-- show lsp diagnostics in the signcolumn
diagnostics = {
enable = false,
Expand Down

0 comments on commit 993b344

Please sign in to comment.