canola.nvim/lua/oil
Steven Arcangeli 9d90893c37 refactor!: disable netrw by default (#155)
If you use oil and you want to still use netrw, set
`default_file_explorer = false`.

It is nonsensical to both use netrw _and_ have oil hijack directory
buffers (which was the case for the default config). It also causes
undefined behavior and bugs. When `default_file_explorer = true` (the
default) oil will now disable netrw for you.
2023-08-20 01:13:42 +00:00
..
adapters fix: remaining type errors 2023-08-13 13:32:35 -07:00
mutator fix: remaining type errors 2023-08-13 13:32:35 -07:00
actions.lua fix: actions.terminal supports ssh adapter (#152) 2023-08-12 12:49:07 -07:00
cache.lua fix: type annotations and type errors 2023-08-12 20:32:52 -07:00
columns.lua fix: type annotations and type errors 2023-08-12 20:32:52 -07:00
config.lua refactor!: disable netrw by default (#155) 2023-08-20 01:13:42 +00:00
constants.lua refactor: small perf win by eliminating string object keys 2023-06-25 22:44:44 -07:00
fs.lua fix: remaining type errors 2023-08-13 13:32:35 -07:00
init.lua refactor!: disable netrw by default (#155) 2023-08-20 01:13:42 +00:00
keymap_util.lua fix: type annotations and type errors 2023-08-12 20:32:52 -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
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 fix: remaining type errors 2023-08-13 13:32:35 -07:00
view.lua fix: type annotations and type errors 2023-08-12 20:32:52 -07:00