A starter template for LazyVim. Refer to the documentation to get started.
sudo apt install -y xsel # For clipboard support
brew install rustup; rustup toolchain install nightly # For blink.cmp
brew install pngpaste # For img-clip.nvim
# For zathura in vimtex
# Ref: https://github.com/zegervdv/homebrew-zathura?tab=readme-ov-file#osx_native_integration
brew install girara --HEAD
brew install zathura --HEAD
mkdir -p $(brew --prefix zathura)/lib/zathura
ln -s $(brew --prefix zathura-pdf-poppler)/libpdf-poppler.dylib $(brew --prefix zathura)/lib/zathura/libpdf-poppler.dylib
# https://ghproxy.link
`custom = true`: This means that the plugin is added by myself.