Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: floating window uses same win options
We were passing in `style = "minimal"` to `nvim_open_win`, which sets a lot of default window options. If we remove that, the style of the floating window will match the other oil windows. Users can use `float.override` to set `style = "minimal"` if they want the previous behavior.
- Loading branch information