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

https://github.com/baruch/nvim-d-gf

nvim plugin to support gf command for D imports
https://github.com/baruch/nvim-d-gf

dlang nvim nvim-plugin nvim-plugins

Last synced: 8 months ago
JSON representation

nvim plugin to support gf command for D imports

Awesome Lists containing this project

README

          

# nvim-d-gf -- A trivial plugin to make D imports traversable with `gf`

All this plugin does is to allow D code of the form:

import my.util.file;

Which lives in the file `my/util/file.d` be opened correctly in nvim when
running the `gf`` command on top of it.

Thanks to [nvim-lua-gf](https://github.com/sam4llis/nvim-lua-gf) plugin for the
source, this is just a minor adaptation from it.