https://github.com/iogamaster/neovim
My neovim config written in lua and packaged with Nix.
https://github.com/iogamaster/neovim
catppuccin dotfiles flake neovim nix rocks
Last synced: 12 months ago
JSON representation
My neovim config written in lua and packaged with Nix.
- Host: GitHub
- URL: https://github.com/iogamaster/neovim
- Owner: IogaMaster
- License: mit
- Created: 2023-09-19T21:09:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T18:49:31.000Z (about 1 year ago)
- Last Synced: 2025-02-27T10:39:54.191Z (about 1 year ago)
- Topics: catppuccin, dotfiles, flake, neovim, nix, rocks
- Language: Lua
- Homepage:
- Size: 113 KB
- Stars: 34
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

My Neovim config, packaged as an (optional) Nix Flake.

🖼️ Gallery


Using [mini.deps](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-deps.md) and [lz.n](https://github.com/nvim-neorocks/lz.n) (for lazy loading)
- 📦 Neovim packaged with fhs
To try it out without installing:
```sh
nix run github:IogaMaster/neovim
```
Or without Nix:
```
git clone https://github.com/IogaMaster/neovim --depth=1 ~/.config/nvim/ && nvim
```