brew install stylua brew install lua-language-server
├── corepack@0.32.0 ├── neovim@5.3.0 ├── npm@11.3.0 ├── prettier@3.5.3 ├── pyright@1.1.399 ├── typescript-language-server@4.3.4 ├── typescript@5.8.3 ├── vscode-langservers-extracted@4.10.0 └── yaml-language-server@1.17.0
brew install lua-language-server
https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/jira
https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git
git clone https://github.com/zsh-users/zsh-completions ${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions
git clone https://github.com/fdellwing/zsh-bat.git $ZSH_CUSTOM/plugins/zsh-bat
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/MichaelAquilina/zsh-you-should-use.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/you-should-use
git clone https://github.com/TamCore/autoupdate-oh-my-zsh-plugins $ZSH_CUSTOM/plugins/autoupdate
gl origin main:main --rebase