mirror of
https://github.com/harivansh-afk/oil.nvim.git
synced 2026-04-15 11:02:20 +00:00
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. |
||
|---|---|---|
| .. | ||
| adapters | ||
| mutator | ||
| actions.lua | ||
| cache.lua | ||
| columns.lua | ||
| config.lua | ||
| constants.lua | ||
| fs.lua | ||
| init.lua | ||
| keymap_util.lua | ||
| layout.lua | ||
| loading.lua | ||
| lsp_helpers.lua | ||
| pathutil.lua | ||
| shell.lua | ||
| util.lua | ||
| view.lua | ||