otavioschwanck / arrow.nvim

Bookmark your files, separated by project, and quickly navigate through them.
Other
482 stars 23 forks source link

Satellite integration #56

Closed xzbdmw closed 5 months ago

xzbdmw commented 5 months ago

https://github.com/lewis6991/satellite.nvim make zindex configurable update nvimtree example new config option

        per_buffer_config = {
            sort_automatically = true,
            treesitter_context = {
                line_shift_down = 1,
            },
            satellite = { --default to nil
                enable = true,
                overlap = true,
                priority = 1000,
            },
            lines = 7,
            zindex = 10, --default 50
        },

https://github.com/otavioschwanck/arrow.nvim/assets/97848247/dc94491a-5e53-43d3-a9cd-06cc49da2147

otavioschwanck commented 5 months ago

Awesome! I will use it too