Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Fix netrw and explorer features #380

Merged
merged 3 commits into from
Aug 8, 2022
Merged

Commits on Aug 7, 2022

  1. Configuration menu
    Copy the full SHA
    c3d7653 View commit details
    Browse the repository at this point in the history
  2. fix(explorer): load when editing dir

    Because netrw is turned off only an error message `<path> is a directory` is
    seen when trying to `:e path`.
    Add an autocommand that triggers loading nvim-tree and open the tree
    at the specified directory.
    
    Helps with muscle memory on `:e .`
    
    Signed-off-by: Edwin Török <[email protected]>
    edwintorok committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    0e66fbe View commit details
    Browse the repository at this point in the history
  3. fix(explorer): avoid startup warning about unknown option

    Signed-off-by: Edwin Török <[email protected]>
    edwintorok committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    18c59f4 View commit details
    Browse the repository at this point in the history