canola.nvim/lua/oil/mutator
Steven Arcangeli 926ae067eb fix: allow converting a file to directory and vice-versa (#117)
If you rename a file to have a `/` at the end, oil will detect the
change as a delete + new directory. Similarly, if you delete the
trailing `/` from a directory, it will delete the dir and create a new
file. This should help with the case where you want to create a new file
but forgot to add the trailing `/` and now you have a file instead.
2023-09-09 18:33:47 -07:00
..
init.lua format: apply stylua 2023-08-25 19:02:22 -07:00
parser.lua fix: allow converting a file to directory and vice-versa (#117) 2023-09-09 18:33:47 -07:00
preview.lua fix: type annotations and type errors 2023-08-12 20:32:52 -07:00
progress.lua fix: type annotations and type errors 2023-08-12 20:32:52 -07:00
trie.lua types: update type annotations for LuaLS 3.7 2023-08-24 09:15:06 -07:00