Skip to content
This repository was archived by the owner on Jun 29, 2024. It is now read-only.

maxhu08/neovim-zen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

neovim-zen

WARNING This is my old neovim config and will not be updated. To see get my up to date neovim config check out my new dotfiles repo managed with gnu stow at https://github.com/maxhu08/dotfiles

my zen neovim setup

see https://maxhu.dev/neovim-zen for more info

screenshot

quick-start

requirements:

  • a true color terminal (e.g. kitty)
  • a nerd font (like ttf-firacode-nerd)
  • nodejs and npm
  • ripgrep

install required programs (for arch):

paru -S kitty ttf-fira-code ttf-firacode-nerd nodejs npm ripgrep
bun i -g eslint biome

then setup by running these commands (Linux/MacOS):

# backup old neovim config
mv ~/.config/nvim{,.bak}

# optional backup
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}

# copy neovim-zen config
git clone https://github.com/maxhu08/neovim-zen ~/.config/nvim

# remove .git folder so you can add your own repo later
rm -rf ~/.config/nvim/.git

# start nvim!
nvim

About

πŸƒ my zenful neovim config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages