nvim-genghis/lua/genghis
ryankav e7d756970c
fix: moveToFolderInCwd when cwd in hidden folder (#47)
When trying to move a folder in cwd the current implementation uses the full
file path. As a consequence if you're cwd is a hidden folder or a descendant
of a hidden folder then no options would display.

Proposed solution now is only search for the ignored options in the path
relative to the cwd. That way the currently ignored options are scoped by
the cwd.
2024-04-21 18:22:45 +02:00
..
file-movement.lua refactor: cleanup of file movement operations 2024-02-03 15:51:14 +01:00
init.lua fix: moveToFolderInCwd when cwd in hidden folder (#47) 2024-04-21 18:22:45 +02:00
utils.lua refactor: modularized into separate files 2023-12-30 12:55:51 +01:00