canola.nvim/lua
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
..
oil fix: allow converting a file to directory and vice-versa (#117) 2023-09-09 18:33:47 -07:00
resession/extensions feat: extension for resession.nvim 2023-04-21 22:03:33 -07:00