nvim-tree.lua/lua/nvim-tree/actions
Mohamed Arish efafd73efa
feat(#2630): file renames can now create directories (#2657)
* Added creating of directories when renaming files

* Style check error? fixed

* Forgot, I added back the line of code that creates a directory named as the file and forgot to remove it

* Added a check for file already exists and also switched the is_error values as they were mismatched

* I don't know how but this somehow fixed the creation of a directory?
2024-03-03 12:25:17 +11:00
..
finders refactor: improve API readability and tidy actions submodules (#2593) 2023-12-31 15:52:27 +11:00
fs feat(#2630): file renames can now create directories (#2657) 2024-03-03 12:25:17 +11:00
moves feat(#1389): api: recursive node navigation for git and diagnostics (#2525) 2024-01-07 09:08:58 +11:00
node refactor: improve API readability and tidy actions submodules (#2593) 2023-12-31 15:52:27 +11:00
root refactor: improve API readability and tidy actions submodules (#2593) 2023-12-31 15:52:27 +11:00
tree refactor: improve API readability and tidy actions submodules (#2593) 2023-12-31 15:52:27 +11:00
init.lua refactor: improve API readability and tidy actions submodules (#2593) 2023-12-31 15:52:27 +11:00
reloaders.lua feat(#2415): colour and highlight overhaul, see :help nvim-tree-highlight-overhaul (#2455) 2024-01-20 16:12:13 +11:00