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.
- Host: GitHub
- URL: https://github.com/xxmacmillanxx/vtags
- Owner: xXMacMillanXx
- Created: 2024-03-19T21:09:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-29T13:56:07.000Z (over 1 year ago)
- Last Synced: 2025-04-15T01:13:03.462Z (about 1 year ago)
- Topics: v-lang, vim, vlang
- Language: V
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.