From dc729e6585d79e3f7e6f9161ad7a79df4ed5113e Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Sat, 28 Dec 2024 14:40:51 -0500 Subject: [PATCH] save --- nvim/.config/nvim/lua/vxclutch/remap.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/nvim/.config/nvim/lua/vxclutch/remap.lua b/nvim/.config/nvim/lua/vxclutch/remap.lua index b1c7d6d..d79f187 100644 --- a/nvim/.config/nvim/lua/vxclutch/remap.lua +++ b/nvim/.config/nvim/lua/vxclutch/remap.lua @@ -31,11 +31,3 @@ set("n", "", "", { desc = "Move focus to the left window" }) set("n", "", "", { desc = "Move focus to the right window" }) set("n", "", "", { desc = "Move focus to the lower window" }) set("n", "", "", { desc = "Move focus to the upper window" }) - --- Theme -set( - "n", - "", - ":Themery", - { noremap = true, silent = false, desc = "Change the current theme" } -)