aboutsummaryrefslogtreecommitdiffstats
path: root/oni-java.el
Commit message (Collapse)AuthorAgeFilesLines
* Add documentation command for LSPGravatar Tom Willemse2019-10-211-4/+9
| | | | | | The default way lsp (at least for Java) is displayed is annoying. I’m used to calling documentation with a keybinding like in Emacs Lisp. This command makes it more like that.
* Add some more key bindings to the java refactor hydraGravatar Tom Willemse2019-10-161-1/+5
|
* Re-enable ‘lsp-ui-doc-mode’ and enable ↵Gravatar Tom Willemse2019-10-161-1/+5
| | | | ‘lsp-lens-mode’
* Add some commands to the ‘java-refactor-hydra’Gravatar Tom Willemse2019-10-021-2/+5
|
* Change version formatGravatar Tom Willemse2019-09-041-1/+1
| | | | | | | | | | | In order to support my tablet which seems to have a lower maximum integer value (I guess it’s 32-bit? I’m surprised) and can’t handle the version numbers I was using before. It would turn them into floating point numbers, which adds a ~.0~, this made it impossible to install any package. Any installations I have will need to reinstall all their oni packages so that the new version number is picked up, since the new version number will be lower than the old one.
* Add auto-insert setting for JavaGravatar Tom Willemse2019-07-231-1/+10
|
* Add extract method for java refactor hydraGravatar Tom Willemse2019-07-101-2/+3
|
* Add refactoring hydra to oni-javaGravatar Tom Willemse2019-06-231-2/+8
|
* Enable ‘auto-fill-mode’ in JavaGravatar Tom Willemse2019-06-111-3/+9
|
* Move the ‘lsp-java’ data to a better locationGravatar Tom Willemse2019-05-281-3/+13
|
* Add lsp-mode to Java config and stop using JDEEGravatar Tom Willemse2019-04-221-4/+10
|
* Add oni-fciGravatar Tom Willemse2019-03-061-2/+2
|
* Add Java configurationGravatar Tom Willemse2019-02-211-0/+40