diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-11-07 09:45:24 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-11-07 09:45:24 +0100 |
| commit | bb8c24bcd999dbeb7144a71e7430c2d39c496abf (patch) | |
| tree | 405561be7dc877723845a0551d58fb5ab56ef906 /common/home/programs/nixvim/plugins/nvim-tree.nix | |
| parent | 8ff46b7c5e09dde2e2bfa97ded4c39d20e621e70 (diff) | |
small updates
Diffstat (limited to 'common/home/programs/nixvim/plugins/nvim-tree.nix')
| -rw-r--r-- | common/home/programs/nixvim/plugins/nvim-tree.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/home/programs/nixvim/plugins/nvim-tree.nix b/common/home/programs/nixvim/plugins/nvim-tree.nix index dbd3256..896c025 100644 --- a/common/home/programs/nixvim/plugins/nvim-tree.nix +++ b/common/home/programs/nixvim/plugins/nvim-tree.nix @@ -2,6 +2,6 @@ { enable = true; autoClose = true; - disableNetrw = true; + disableNetrw = false; hijackCursor = true; } |