From f4b9a7122425c56d65466fcafb99053730b2646a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Thu, 20 Nov 2025 11:49:29 +0100 Subject: [PATCH] user-configs: add @Theaninova's config --- docs/user-configs/list.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/user-configs/list.toml b/docs/user-configs/list.toml index 49f866cc..f58686cf 100644 --- a/docs/user-configs/list.toml +++ b/docs/user-configs/list.toml @@ -118,6 +118,12 @@ description = "Inspired from LazyVim with parts yoinked from other NixVim config owner = "Tanish2002" repo = "neovim-config" +[[config]] +owner = "Theaninova" +title = "Modular Presets" +url = "https://github.com/Theaninova/TheaninovOS/tree/master/modules/home-manager/modules/nixvim" +description = "Collection of mostly independent preset modules that make up my from-scratch Neovim setup. Drops into existing setups without breaking stuff because presets must be enabled individually." + [[config]] owner = "traxys" title = "Nixfiles"