Simply install copy-file-path.nvim with your favourite plugin manager (e.g. vim-plug or lazy.nvim) and you will be able to use the following commands. :CopyRelativeFilePath Copy relative file path to ...
logbook_bot/ ├── src/ │ ├── core/ # Core bot functionality │ │ ├── bot.ts # Main bot logic │ │ └── login.ts # Login automation │ ├── constant/ # Configuration files │ │ ├── locator.ts # Web element ...