From 08672dfdbfdf681187a368521b429176c1cb7189 Mon Sep 17 00:00:00 2001 From: Ahmad Raza Date: Sun, 1 Feb 2026 17:23:28 +0500 Subject: [PATCH] chore: added `np` to the example's list --- 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 7e0e71ae..b4062304 100644 --- a/docs/user-configs/list.toml +++ b/docs/user-configs/list.toml @@ -196,3 +196,9 @@ owner = "carl0xs" title = "nixcfg" description = "Nix configuration setup, including nixvim" url = "https://github.com/carl0xs/nixcfg/blob/main/modules/workstation/neovim.nix" + +[[config]] +owner = "ar-at-localhost" +title = "np" +description = "Nixvim setup, focused on Project Oriented Development" +url = "https://github.com/ar-at-localhost/np"