Life & fun · February 24, 2026
MiniVim a Minimal Neovim Configuration
I built MiniVim, a small and minimal Neovim configuration focused on keeping things simple and readable. The goal was to have a setup that: starts fast uses only essential plugins avoids heavy frameworks remains easy to understand and extend The structure is intentionally small: It’s not meant to compete with full Neovim distributions, but rather serve as a clean base configuration that can be extended gradually. I use it across multiple machines (laptop, WSL, and servers), so reproducibility and simplicity were priorities. Feedback is welcome.
Does the same job
all alternatives →


- NCNeovim Configuration heavily inspired by Emacs and JetBrains2023 · github.com · ▲6
Neovim Configuration heavily inspired by Emacs & JetBrains. Based on NvChad
- SSSpaceNeovim – Spacemacs for Neovim2016 · ▲24
Switching back-and-forth a bit between Spacemacs and Neovim, I got inspired by https://github.com/ctjhoa/spacevim and thought to myself "Hey, that's a great idea!", and so I went into my first time actually toying with vim script (love-hate relationship atm). The result of the last couple of days so far is the ground work for a Neovim specific port of Spacemacs, located here https://github.com/Tehnix/spaceneovim. The major difference between that and the existing spacevim is that the layers are separated out from the core, and can be updated via an…
- WNWaypoint.nvim – A Neovim plugin for bookmarking lines of codeJul 2026 · github.com · ▲9
I made this plugin because I felt like existing bookmark plugins were lacking some important features, including: - The ability to reorder your bookmarks - The ability to delete and move your bookmarks in bulk - The ability to view lines of code around your bookmarks - Syntax highlighting in the preview window - Resilience to the content of files changing (e.g. checking out a git commit that changes the file contents won't delete your bookmarks) Let me know what you think! If you have any feedback, please create a github issue or email [email protected]
More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io

Photosynthesis fires two of your iPhone
Life & fun · 28d ago · photosynthesis.camera
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io

Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 26d ago · everycube.alen.is


Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…
Life & fun · 26d ago · baselashraf81.github.io