Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

[plugin] Toggle between files with other.nvim #3

@practicalli-johnny

Description

@practicalli-johnny

other.nvim open associated files for the currently active buffer, e.g. toggle between a clojure src and test file

Add a substititution rule along the lines of

%:s?src?test?:s?.clj?_test.clj?

Alternatives

Vim command

command! -buffer ATest :e %:s?src?test?:s?.clj?_test.clj?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions