Skip to content

Commit

Permalink
feat: configure nvim-tree to open on the right side
Browse files Browse the repository at this point in the history
  • Loading branch information
BastianAsmussen committed Dec 16, 2024
1 parent ab473e1 commit c52ec69
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/home-manager/terminal/nixvim/plugins/nvim-tree.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
updateRoot = true;
};

view.preserveWindowProportions = true;
view = {
preserveWindowProportions = true;
side = "right";
};

renderer = {
rootFolderLabel = false;
highlightGit = true;
Expand Down

0 comments on commit c52ec69

Please sign in to comment.