zerodev-exe / neovim

This is my neovim configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neovim-zen

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/zerodev-exe/neovim ~/.config/nvim

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

# start nvim!
nvim

About

This is my neovim configuration


Languages

Language:Lua 100.0%