Skip to content

Commit

Permalink
Merge pull request #10 from tobias-z/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-z authored Aug 7, 2022
2 parents b202fdc + 49e881c commit 666dae0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
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

0 comments on commit 666dae0

Please sign in to comment.