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.9.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.10.0
Choose a head ref
  • 8 commits
  • 10 files changed
  • 9 contributors

Commits on Dec 8, 2024

  1. fix: view.width functions may return strings (#3020)

    * Fix get_size() function when size is a function return string
    
    * update view.width help
    
    ---------
    
    Co-authored-by: Alexander Courtis <[email protected]>
    ljie-PI and alex-courtis authored Dec 8, 2024
    Configuration menu
    Copy the full SHA
    6b4be1d View commit details
    Browse the repository at this point in the history
  2. fix(#3018): error when focusing nvim-tree when in terminal mode (#3019)

    fix: Can't re-enter normal mode from terminal mode
    
    Co-authored-by: Alexander Courtis <[email protected]>
    shy-robin and alex-courtis authored Dec 8, 2024
    Configuration menu
    Copy the full SHA
    db8d7ac View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. docs: notify users with a fs.inotify.max_user_watches message on EMFI…

    …LE event (#3028)
    
    * docs: notify users with a fs.inotify.max_user_watches message on EMFILE event
    
    * type safety for newly created vim.v.event type
    alex-courtis authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    c3d9b17 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Configuration menu
    Copy the full SHA
    f7b76cd View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2024

  1. feat(api): add node.open.vertical_no_picker, node.open.horizontal_no_…

    …picker (#3031)
    
    * test
    
    * add splits with no window pickers
    
    removed the 1 buffer per file limitation
    
    test
    
    test2
    
    * no-picker for splits
    
    * help vertical/horizontal_no_picker
    
    * revert whitespace changes
    
    ---------
    
    Co-authored-by: JoeDaBu <[email protected]>
    Co-authored-by: Alexander Courtis <[email protected]>
    3 people authored Dec 21, 2024
    Configuration menu
    Copy the full SHA
    68fc4c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. fix(#3041): use vim.diagnostic.get for updating diagnostics (#3042)

    * fix(#3041): use vim.diagnostic.get for updating diagnostics
    
    * fix(#3041): remove unnecessary @type
    
    ---------
    
    Co-authored-by: Alexander Courtis <[email protected]>
    Yu-Leo and alex-courtis authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    aae0185 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39bc630 View commit details
    Browse the repository at this point in the history
  3. chore(master): release nvim-tree 1.10.0 (#3021)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    d529a99 View commit details
    Browse the repository at this point in the history
Loading