journal_manager.cli.wrappers.nvim_wrapper module

journal_manager.cli.wrappers.nvim_wrapper.edit_file(filepath: Path, nvim_path: Path = PosixPath('nvim'), working_dir: Path | None = None)[source]

Interface to open a file in nvim.

Parameters:
  • filepath (Path) –

  • nvim_path (Path) –

  • working_dir (Path | None) –