Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 11 days ago
JSON representation

My neovim config written in lua and packaged with Nix.

Awesome Lists containing this project

README

        


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


























![image](https://github.com/user-attachments/assets/89c6d1ac-2592-493b-948f-a33b415cdb58)

🖼️ Gallery

![image](https://github.com/user-attachments/assets/104199fd-c63f-4351-9e6c-f81d40278f05)
![image](https://github.com/user-attachments/assets/50ed3f07-e464-450a-b189-68d60a0b35d2)

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