canola.nvim/lua
Steven Arcangeli 05a80e24f6 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.
2023-10-28 12:23:45 -07:00
..
oil refactor: floating window uses same win options 2023-10-28 12:23:45 -07:00
resession/extensions cleanup: don't need empty methods in resession extension 2023-09-17 10:10:42 -07:00