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

https://github.com/erslee/smart-definition.nvim

Smart Definition is a Neovim plugin that does only one thing: it jumps to the file with the definition already opened in another window if it is open.
https://github.com/erslee/smart-definition.nvim

lua neovim neovim-lua-plugin nvim nvim-plugin

Last synced: 2 months ago
JSON representation

Smart Definition is a Neovim plugin that does only one thing: it jumps to the file with the definition already opened in another window if it is open.

Awesome Lists containing this project

README

          

# Smart Definition

Smart Definition is a Neovim plugin that does only one thing: it jumps to the file with the definition already opened in another window if it is open.

## Features

- On `gd` jump to already opened window if exists, if not, works as usual.

## Installation

Using [vim-plug](https://github.com/junegunn/vim-plug):

```vim
Plug 'erslee/smart-definition.nvim'
```

## License

This project is licensed under the MIT License.