Files
doomemacs/modules
James Ravn 79923809e8 Configure java +lsp test runner via dap-mode (#3049)
* Configure java +lsp test runner via dap-mode

This configures dap-mode appropriately so the user can run tests
directly from Doom. It adds two bindings as well which tries to mirror
other major modes:
* `SPC m t t` runs all the tests in the class at point.
* `SPC m t s` runs a single test method at point.

I also expanded the README with more details about configuring `+lsp`.

* Add +java/run-test, document +lsp/uninstall-server

* Add +java/debug-test

* Fix localleader bindings

When in `:init` they don't load in time on the initial Java buffer.
2020-05-08 05:54:54 -04:00
..
2020-05-04 09:00:31 +12:00
2020-04-30 01:28:02 -04:00
2020-04-30 01:29:34 -04:00
2020-05-07 03:16:21 -04:00
2020-05-08 11:18:26 +02:00