From 4cf79fcc579909d334a81b23c1578daa41fff691 Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 6 Dec 2025 14:29:51 +0100 Subject: changes necessary for a nix update --- home/editors/nixvim.nix | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'home/editors') diff --git a/home/editors/nixvim.nix b/home/editors/nixvim.nix index 6bfc119..2ea5b94 100644 --- a/home/editors/nixvim.nix +++ b/home/editors/nixvim.nix @@ -91,31 +91,5 @@ register = "wl-copy"; }; }; - - # keymaps = [ - # { - # key = ""; - # action = ""; - # mode = [ "n" "i" "v" ]; - # options = { silent = true; }; - # } - # { key = ""; - # action = ""; - # mode = [ "n" "i" "v" ]; - # options = { silent = true; }; - # } - # { - # key = ""; - # action = ""; - # mode = [ "n" "i" "v" ]; - # options = { silent = true; }; - # } - # { - # key = ""; - # action = ""; - # mode = [ "n" "i" "v" ]; - # options = { silent = true; }; - # } - # ]; }; } -- cgit v1.3