Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 929 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 929 Bytes

💤 LazyVim

A starter template for LazyVim. Refer to the documentation to get started.

Installation

Common

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.

For windows specific

git clone [email protected]:ysl2/starter.git 'C:\Users\Songli Yu\AppData\Local\nvim'