Add edit_alternate.vim
https://github.com/tjdevries/edit_alternate.vim This works for switching between classes and tests in Drupal modules, which is something I was struggling to do with Projectionist. Different to Projectionist, though, this plugin doesn't create an alternate file if it doesn't exist, and doesn't prompt to select from multiple options and returns the first matching one.
This commit is contained in:
parent
3fa266d1dc
commit
9a7863e5e0
3 changed files with 74 additions and 0 deletions
|
@ -187,6 +187,10 @@ rec {
|
|||
# Themes
|
||||
vimPlugins.catppuccin-nvim
|
||||
|
||||
vimPlugins.conf-vim
|
||||
vimPlugins.edit-alternate-vim
|
||||
vimPlugins.standard-vim
|
||||
|
||||
# Configuration.
|
||||
opdavies-nvim
|
||||
];
|
||||
|
|
Reference in a new issue