diff --git a/.zshrc b/.zshrc index 585b1d8..f1a568c 100644 --- a/.zshrc +++ b/.zshrc @@ -38,5 +38,11 @@ export GPG_TTY=$(tty) export EDITOR="nvim" [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh -export NVM_DIR="$HOME/.nvm" -[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" +# export NVM_DIR="$HOME/.nvm" +# [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" +# +# + +#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!! +export SDKMAN_DIR="$HOME/.sdkman" +[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh" diff --git a/link.sh b/link.sh index 6ae15de..5c382e9 100755 --- a/link.sh +++ b/link.sh @@ -8,7 +8,7 @@ ln -s ~/Documents/dotfiles/nvim ~/.config/ ln -s ~/Documents/dotfiles/sway ~/.config/ ln -s ~/Documents/dotfiles/swayidle ~/.config/ ln -s ~/Documents/dotfiles/tmux ~/.config/ -# ln -s ~/Documents/dotfiles/topgrade ~/.config/ +ln -s ~/Documents/dotfiles/topgrade ~/.config/ ln -s ~/Documents/dotfiles/waybar ~/.config/ ln -s ~/Documents/dotfiles/wofi ~/.config/ ln -s ~/Documents/dotfiles/yt-dlp ~/.config/ diff --git a/nvim/lua/kanopo/plugins/lsp.lua b/nvim/lua/kanopo/plugins/lsp.lua index 8911ea8..498304a 100644 --- a/nvim/lua/kanopo/plugins/lsp.lua +++ b/nvim/lua/kanopo/plugins/lsp.lua @@ -117,6 +117,7 @@ return { texlab = {}, -- clangd = {}, gopls = {}, + jdtls = {}, -- nil_ls = {}, ts_ls = {}, lua_ls = {