Steven Arcangeli
Steven Arcangeli
Sounds good to me! I'll force push this PR to remove the extra wrapper methods
@justinmk That's a great idea! I'm happy to take a crack at auto-generation, or at least auto-verification. The PR this depends on is just collecting dust at the moment and...
There are already *some* pieces of this in place ```lua require('aerial').setup({ -- Open relative to window, not pinned to the far left/right placement_editor_edge = false, -- Automatically open aerial when...
There isn't a value that does what you want yet. I'm looking into adding support when I have time; I just have extremely limited free time for the next few...
Shouldn't be too hard to add support for this, but I'll need to add another config option for it. Will look into it soon
I've refactored some of the options (in a backwards-compatible way). The following should do what you want: ```lua require('aerial').setup({ layout = { placement = 'window', }, }) ```
At the moment there's not a good way to do that. I have some ideas that I think I could adapt from a new plugin I'm working on, but I'm...
The LSP backend doesn't give us enough information for this, but we can probably get it using the TS backend. I think this would be relatively straightforward, but it would...
I've started on this and I have something working locally, but it's a tricky change and requires more testing. Will come back to it probably this weekend
Okay, this request kicked off a bunch of work that's been sitting in my backlog for a while. The main results: * `:AerialTreeSetCollapseLevel` - new command to set the collapse...