Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maxhu08/neovim-zen
- Owner: maxhu08
- Created: 2024-04-04T22:17:17.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-10T14:51:51.000Z (9 months ago)
- Last Synced: 2024-04-10T17:17:09.891Z (9 months ago)
- Language: Lua
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- ripgrepinstall 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
```