From bcd7b3df286c35f685a6ed64a789350bd98266ef Mon Sep 17 00:00:00 2001 From: sid Date: Mon, 18 May 2026 14:09:44 +0200 Subject: [PATCH] nixvim: add csvview --- users/sid/home/nixvim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/sid/home/nixvim.nix b/users/sid/home/nixvim.nix index 5f07bc8..bdc92e5 100644 --- a/users/sid/home/nixvim.nix +++ b/users/sid/home/nixvim.nix @@ -8,6 +8,7 @@ programs.nixvim = { enable = true; plugins = { + csvview.enable = true; direnv.enable = true; avante = { enable = true;