An open API service indexing awesome lists of open source software.

https://github.com/ycm/shimp

Vim9script, switch between header and implementation.
https://github.com/ycm/shimp

vim vim9

Last synced: 7 months ago
JSON representation

Vim9script, switch between header and implementation.

Awesome Lists containing this project

README

          

# shimp

A tiny script that **s**witches between **h**eader and **imp**lementation. Does not care about project structure, code definitions, etc. Just greedily traverses up the path and looks for a matching filename.

## Install

Requires Vim9.

```vim
Plug 'ycm/shimp'
```

## Usage

```vim
:ShimpToggle [open|left|right|top|below]
```

Also see `:h shimp`.