diff --git a/lua/core/keybinds.lua b/lua/core/keybinds.lua index 7fa67ca..0e05413 100644 --- a/lua/core/keybinds.lua +++ b/lua/core/keybinds.lua @@ -18,11 +18,6 @@ wk.register({ j = { "tabprev", "Previous Tab" }, k = { "tabnext", "Next Tab" }, }, - l = { - name = "lazy", - u = { "Lazy update", "Update" }, - s = { "Lazy sync", "Sync" }, - }, g = { name = "git", p = { "Neogit cwd=" .. vim.fn.expand("%:p:h") .. " push", "Push Popup" },