Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nvim-tree/nvim-tree.lua
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: nvim-tree-v1.1.0
Choose a base ref
...
head repository: nvim-tree/nvim-tree.lua
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: nvim-tree-v1.1.1
Choose a head ref
  • 4 commits
  • 5 files changed
  • 4 contributors

Commits on Mar 14, 2024

  1. fix(#2705): change NvimTreeWindowPicker cterm background from Cyan to…

    … more visible DarkBlue (#2708)
    
    fix(#2705): change NvimTreeWindowPicker from Cyan to the more visible DarkBlue
    alex-courtis authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    1fd9c98 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. fix(#2395): marks.bulk.move defaults to directory at cursor (#2688)

    * fix(#2395): marks.bulk.move defaults to directory at cursor
    
    * fix(#2395): adds check if node_at_cursor.parent is nil
    
    ---------
    
    Co-authored-by: Alexander Courtis <[email protected]>
    fastndead and alex-courtis authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    cfea5bd View commit details
    Browse the repository at this point in the history
  2. fix: bookmark filter should include parent directory (#2704)

    * fix: bookmark filter should include parent directory
    
    * fix: dont match mark's siblings
    
    * fix: match mark from the start
    
    ---------
    
    Co-authored-by: Alexander Courtis <[email protected]>
    remvn and alex-courtis authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    76b9810 View commit details
    Browse the repository at this point in the history
  3. chore(master): release nvim-tree 1.1.1 (#2709)

    * chore(master): release nvim-tree 1.1.1
    
    * doc: remove duplicate bug fix entry
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Alexander Courtis <[email protected]>
    github-actions[bot] and alex-courtis authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    707b24a View commit details
    Browse the repository at this point in the history
Loading