Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/iogamaster/neovim
- Owner: IogaMaster
- License: mit
- Created: 2023-09-19T21:09:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-16T18:37:56.000Z (3 months ago)
- Last Synced: 2024-10-11T23:35:28.663Z (27 days ago)
- Topics: catppuccin, dotfiles, flake, neovim, nix, rocks
- Language: Lua
- Homepage:
- Size: 93.8 KB
- Stars: 24
- 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.
![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
```