Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxhu08/neovim-zen

🍃 my zenful neovim config
https://github.com/maxhu08/neovim-zen

Last synced: 23 days ago
JSON representation

🍃 my zenful neovim config

Awesome Lists containing this project

README

        

# 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](https://maxhu.dev/assets/neovim-zen/1.png)

## 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):

```bash
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):

```bash
# 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
```