canola.nvim/lua/oil
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
..
adapters fix: call vimL function in main loop (#206) 2023-10-28 11:02:05 -07:00
mutator fix: parse errors when moving files across adapters 2023-10-17 18:03:27 -07:00
actions.lua Escape metacharacters when loading file into cmdline (#196) 2023-10-14 10:47:45 -07:00
cache.lua refactor: remove cache side effects from adapter.list 2023-08-20 21:50:02 +00:00
columns.lua feat: api to sort directory contents (#169) 2023-09-08 21:56:34 -07:00
config.lua feat: make buffer cleanup delay configurable (#191) 2023-10-03 09:08:28 -07:00
constants.lua refactor: small perf win by eliminating string object keys 2023-06-25 22:44:44 -07:00
fs.lua fix: path shortening does proper subpath detection 2023-10-16 08:19:29 -07:00
init.lua refactor: floating window uses same win options 2023-10-28 12:23:45 -07:00
keymap_util.lua feat: keymaps can specify mode (#187) 2023-09-28 09:18:15 -07:00
layout.lua refactor: clean up duplicate helper method 2023-03-29 18:42:48 -07:00
loading.lua fix: type annotations and type errors 2023-08-12 20:32:52 -07:00
lsp_helpers.lua fix: case handling for LSP willRenameFiles 2023-10-01 16:47:22 -07:00
pathutil.lua feat: first draft 2023-01-02 01:34:53 -08:00
shell.lua feat: builtin support for editing files over ssh (#27) 2023-01-18 10:25:22 -08:00
util.lua feat: make gf work in ssh files (#186) 2023-09-30 14:20:28 -07:00
view.lua feat: make buffer cleanup delay configurable (#191) 2023-10-03 09:08:28 -07:00