Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactored: Removed '@type' from all specs, redundant post v2.5. Added 'Neocord' as a new spec. #32

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Update init.lua
  • Loading branch information
AlwaysOutofRange committed Apr 3, 2024
commit 68d7b64a5618c373ccd2c8fe26981edaad15fc45
2 changes: 1 addition & 1 deletion lua/nvcommunity/editor/telescope-undo/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local spec = {
dependencies = {
{
"debugloop/telescope-undo.nvim",
init = function()
config = function()
local map = vim.keymap.set

map("n", "<leader>fu", "<CMD>Telescope undo<CR>", { desc = "Find undo" })
Expand Down