canola.nvim/lua/oil
2023-05-07 08:07:08 -07:00
..
adapters feat: config option for trashing deleted files (#99) 2023-05-06 21:07:01 -07:00
mutator feat: prompt user to save changes before editing moved file/dir (#93) 2023-05-07 08:07:08 -07:00
actions.lua feat: action to open entry in new tab (#52) 2023-01-28 16:19:45 -08:00
cache.lua feat: first draft 2023-01-02 01:34:53 -08:00
columns.lua fix: icon column does nil-check of config 2023-04-11 08:27:41 -07:00
config.lua feat: prompt user to save changes before editing moved file/dir (#93) 2023-05-07 08:07:08 -07:00
constants.lua feat: first draft 2023-01-02 01:34:53 -08:00
fs.lua fix: shortened path for current directory is '.' 2023-01-21 18:03:21 -08:00
init.lua feat: prompt user to save changes before editing moved file/dir (#93) 2023-05-07 08:07:08 -07:00
keymap_util.lua refactor: clean up duplicate helper method 2023-03-29 18:42:48 -07:00
layout.lua refactor: clean up duplicate helper method 2023-03-29 18:42:48 -07:00
loading.lua feat: can minimize the progress window 2023-04-04 13:53:01 -07:00
pathutil.lua feat: first draft 2023-01-02 01:34:53 -08:00
repl_layout.lua refactor: clean up duplicate helper method 2023-03-29 18:42:48 -07:00
shell.lua feat: builtin support for editing files over ssh (#27) 2023-01-18 10:25:22 -08:00
util.lua fix: escape special characters when editing buffer (#96) 2023-05-05 08:32:44 -07:00
view.lua feat: dispatch autocmd when oil buffer finishes rendering 2023-04-20 20:24:50 -07:00