Bjarki Baldursson Harksen

Results 9 comments of Bjarki Baldursson Harksen

I've experienced a similar issue with command line auto-completion (using nvim-cmp), where alpha is redrawn every time a new popup appears. This normally wouldn't be an issue, but I'm using...

I like your idea @cseickel. I think it's still worth falling back to the source name if `tab_label` is nil and only disabling the selector on false or an empty...

I see your point. I feel like the decision could go both ways. I think a only minority of external sources would be awkward to have in the source selector...

I agree that it would be great to have the preview follow the focused node, and that is how I envisioned it at first. At the time, I had some...

> Ideally showing the preview should not have to focus that preview window, so the focus should stay in the Neo-tree window. AT least that's how I picture it. I...

I just added a `toggle_preview` command. It was simpler than I thought and I'm not having the same issues I had before. I've only tested it a small amount though....

I've implemented the fixes you mentioned. It was more trouble than I was expecting as I ran into a mess of autocommands, mostly triggered by jumping windows in `get_appropriate_window`, which...

I think it's simplest to add this on a source-by-source basis, like `bind_to_cwd` and `follow_current_file`. I just added options in neo-tree-diagnostics (mrbjarksen/neo-tree-diagnostics.nvim@6e4180c27f1dceb30e1e34d12d60e1dab36e7b9b) which could serve as a blueprint. Edit: There...