canola.nvim/lua/oil
Jalal El Mansouri 21705a1deb
feat: use scratch buffer for file previews (#467)
* Initial implementation of scratch based preview

* Fix call to buf is valid in loop

* Fixing call to be made only from the main event loop

* Improve handling of large files from @pkazmier

* Better error handling and simplifying the code

* Default to old behavior

* Add documentation

* Fix readfile

* Fix the configuration

* refactor: single config enum and load real buffer on BufEnter

* doc: regenerate documentation

---------

Co-authored-by: Steven Arcangeli <stevearc@stevearc.com>
2024-11-19 17:24:24 -08:00
..
adapters lint: fix typechecking for new LuaLS version 2024-11-13 08:58:16 -08:00
lsp fix: throw error on vim.has call within the lsp/workspace.lua (#411) 2024-06-11 06:23:04 -05:00
mutator refactor: rename action preview window to 'confirmation' window 2024-11-10 15:57:27 -08:00
actions.lua fix: add trailing slash to directories on yank_entry (#504) 2024-10-28 10:55:25 -07:00
cache.lua doc: disable some type warnings from new LuaLS release 2024-09-30 22:10:36 -07:00
columns.lua perf: change default view_options.natural_order behavior to disable on large directories 2024-11-14 19:29:22 -08:00
config.lua feat: use scratch buffer for file previews (#467) 2024-11-19 17:24:24 -08:00
constants.lua refactor: small perf win by eliminating string object keys 2023-06-25 22:44:44 -07:00
fs.lua lint: ignore some type errors 2024-05-13 20:02:11 -06:00
git.lua fix: git mv errors when moving empty directory (#358) 2024-04-23 19:31:54 -07:00
init.lua feat: use scratch buffer for file previews (#467) 2024-11-19 17:24:24 -08:00
keymap_util.lua fix: sort keymap help entries by description (#506) 2024-10-30 08:53:36 -07:00
layout.lua refactor: rename action preview window to 'confirmation' window 2024-11-10 15:57:27 -08:00
loading.lua fix: increase loading display delay to avoid flicker (#424) 2024-06-19 21:41:05 -04:00
pathutil.lua fix: can view drives on Windows 2023-11-05 07:27:28 -08:00
ringbuf.lua fix: spurious exits from faulty :wq detection (#221) 2024-03-12 15:57:57 -07:00
shell.lua feat: builtin support for editing files over ssh (#27) 2023-01-18 10:25:22 -08:00
util.lua feat: use scratch buffer for file previews (#467) 2024-11-19 17:24:24 -08:00
view.lua fix: cursor sometimes does not hover previous file 2024-11-14 22:21:11 -08:00