snacks.nvim
snacks.nvim copied to clipboard
feat(explorer.actions): allow pasting with relative paths
Currently, pasting with relative paths fails due to the check while snacks.nvim can already paste relative paths correctly. This PR changes the check to allow relative paths to be pasted also.