Skip to content

Commit 6392656

Browse files
committed
hotfix: 🏃‍♂️ remove redundent code
1 parent 2fb7b9e commit 6392656

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

nvim/lua/assafdori/config/keymaps.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
-- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua
33
-- Add any additional keymaps here
44

5-
-- Toggle between dark and light theme
6-
vim.keymap.set("n", "<leader>ut", function()
7-
vim.cmd("ToggleTheme")
8-
end, { desc = "Toggle dark/light theme" })
9-
105
local function map(mode, l, r, opts)
116
opts = opts or {}
127
vim.keymap.set(mode, l, r, opts)

0 commit comments

Comments
 (0)