canola.nvim/lua/oil
Jack Tubbenhauer 48d8ea8f4a
feat: option to auto-save files affected by will_rename_files (#218)
* save buffers changed by will_rename_files

* prevent closing already open buffers

* chore: move to config option

* chore: fixes

* fix: a crash and some formatting

---------

Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>
2023-12-23 08:00:25 -08:00
..
adapters fix: crash in ssh and trash adapter detail columns (#235) 2023-11-24 14:13:56 -08:00
mutator fix: bug copying file multiple times 2023-11-19 23:58:40 -08:00
actions.lua feat: actions for sending oil entries to quickfix (#249) 2023-12-07 21:01:13 -08:00
cache.lua feat: trash support for linux and mac (#165) 2023-11-05 12:40:58 -08:00
columns.lua feat: trash support for linux and mac (#165) 2023-11-05 12:40:58 -08:00
config.lua feat: option to auto-save files affected by will_rename_files (#218) 2023-12-23 08:00:25 -08:00
constants.lua refactor: small perf win by eliminating string object keys 2023-06-25 22:44:44 -07:00
fs.lua test: fix flaky tests 2023-11-19 21:02:06 -08:00
init.lua feat: allow multiple hlgroups inside one column (#240) 2023-12-07 21:36:52 -08: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 feat: option to auto-save files affected by will_rename_files (#218) 2023-12-23 08:00:25 -08:00
pathutil.lua fix: can view drives on Windows 2023-11-05 07:27:28 -08:00
shell.lua feat: builtin support for editing files over ssh (#27) 2023-01-18 10:25:22 -08:00
util.lua feat: allow multiple hlgroups inside one column (#240) 2023-12-07 21:36:52 -08:00
view.lua feat: add 'update_on_cursor_moved' option to preview window (#250) 2023-12-09 19:02:04 -08:00