Lombok requires env variable, the library seems to be downloaded with mason, added env var to zshrc. Added descriptions for custom key bindings
This commit is contained in:
parent
395a7693d7
commit
a0976ac735
4 changed files with 29 additions and 67 deletions
1
.zshrc
1
.zshrc
|
|
@ -118,6 +118,7 @@ export SDKMAN_DIR="$HOME/.sdkman"
|
|||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
|
||||
export JDTLS_JVM_ARGS="-javaagent:$HOME/.local/share/nvim/mason/packages/jdtls/lombok.jar"
|
||||
|
||||
if [ -f ~/.bash_aliases ]; then
|
||||
. ~/.bash_aliases
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue