Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 779 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 779 Bytes

💤 LazyVim

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.