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" } -)