Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 940 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 940 Bytes

💤 LazyVim

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

Additional notes

Clone the repository

git clone [email protected]:jenxie/nvim.git "$HOME/.config/nvim"

Installation

# fedora
sudo dnf install -y gcc make git ripgrep fd-find unzip neovim

# ubuntu
sudo add-apt-repository ppa:neovim-ppa/unstable -y
sudo apt update
sudo apt install make gcc ripgrep unzip git xclip neovim

Start from scratch but keep $HOME/.config/nvim

rm -rf $HOME/.config/nvim/lazy-lock.json \
       $HOME/.local/share/nvim \
       $HOME/.local/state/nvim \
       $HOME/.cache/nvim

Spellcheck files if downloaded

# docs: https://neovim.io/doc/user/spell.html
$HOME/.local/share/nvim/site/spell/

# added good words with for example `zg` ends up in
$HOME/.config/nvim/spell/