Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove doc/tags since it was making tags not show up #10

Merged
merged 4 commits into from
Aug 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ luac.out
**/.classpath
**/.settings
.jdtls-workspace

doc/tags
.luacheckcache
4 changes: 3 additions & 1 deletion doc/java_util.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ COMMAND *java_util.command*
Java Util functions can be run through user commands. These can be quite useful
if you don't want to map everything to a keybind.

Every command is run through `JavaUtil {command}` Example:
Every command is run through `JavaUtil {command}`

Example:
:JavaUtil lsp_rename


Expand Down
2 changes: 0 additions & 2 deletions doc/tags

This file was deleted.

1 change: 1 addition & 0 deletions lua/java_util/command.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
--- Java Util functions can be run through user commands. These can be quite useful if you don't want to map everything to a keybind.
---
--- Every command is run through `JavaUtil {command}`
---
--- Example:
--- <pre>
--- :JavaUtil lsp_rename
Expand Down