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

https://github.com/xxmacmillanxx/vtags

Creates a Vim tags file from V code files.
https://github.com/xxmacmillanxx/vtags

v-lang vim vlang

Last synced: about 1 year ago
JSON representation

Creates a Vim tags file from V code files.

Awesome Lists containing this project

README

          

# vtags

Creates a *tags* file, which is used by Vi/Vim/Neovim with the `:tag ` command.

IMPORTANT!
The generated tags file doesn't work for me in Neovim. I'm not sure if this is because of
installed plugins or if Neovim has different tag behavior.
Vi/Vim work fine, but for some reason the tags for functions aren't found.

## Usage

```v
v run main.v file.v [file2.v file3.v ...]
```

This creates a *tags* file in the current directory.