Git Product home page Git Product logo

Comments (5)

folke avatar folke commented on June 16, 2024

That is on purpose. Reason is that when one of those sidebar plugins load, they typically will present information from the current buffer.

But since the current buffer would have been an empty edgy window, nothing would be shown. Worst case, the plugin would show errors.

So that's why edgy always goes to the main editor when loading a pinned view.

from edgy.nvim.

adelin-b avatar adelin-b commented on June 16, 2024

Oh nice, do you think it could be possible to load and hide the panel, so it act as it was alway open rather than lazy loaded when selected ? Because it seems to happen a lot and I kinda fight against it.
a lazy=false in the edgy config maybe.

from edgy.nvim.

folke avatar folke commented on June 16, 2024

You can use require("edgy").toggle().
This will open (or close) all edgy sidebars and load all its views.

from edgy.nvim.

adelin-b avatar adelin-b commented on June 16, 2024

ok, what i see here is that it open the sidebar but some views are still hidden until we open it.

Here i was trying to reach the buffer panel but it blocked until i arrived by the bottom . I didnt pressed C-L once in this video. and I toggle using
: lua require('edgy'.toggle()

edgy-hard-to-reach.mp4

Its a piece of full spec config i took on LazyVim doc, with just overseer added.

https://github.com/adelin-b/LazyVim/blob/main/lua/plugins/ui.lua#L232C1-L362

So the loading happen and is triggered again when we go on the tab and not when opening the all at once.

from edgy.nvim.

folke avatar folke commented on June 16, 2024

you closed the buffer list instead of hiding it with <c-q>, so yes, it would load it again in the way I mentioned before

from edgy.nvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.