Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 535 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 535 Bytes

ember-altrel.nvim

Neovim plugin for opening related files. Supports project mix of typescript and javascript.

Installation

-- lazy.nvim
{
  'ewal/ember-altrel.nvim',
  opts = { },
  -- lazy = false, -- make command(s) available at startup
}

Commands

Rotate between related files

:EmberRelNext
:EmberRelPrev

Changelog

2024-12-26

  • Added a new command, :EmberRelPrev to go to rotate files in the opposite direction

2024-05-28

  • Added support for rotating between component class and template