Skip to content

Commit

Permalink
Merge pull request #10 from jamescdavis/fix-lazy-install-instructions
Browse files Browse the repository at this point in the history
fix typos in `folke/lazy.nvim` install instructions
  • Loading branch information
OlegGulevskyy authored Jan 6, 2024
2 parents f64649d + 5adca11 commit 7577573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ return {
dependencies = { "MunifTanjim/nui.nvim" },
config = {
keymaps = {
toggle = '<leader>dd' -- default '<leader>dd'
go_to_definition = '<leader>dx' default '<leader>dx'
toggle = '<leader>dd', -- default '<leader>dd'
go_to_definition = '<leader>dx' -- default '<leader>dx'
}
}
}
Expand Down

0 comments on commit 7577573

Please sign in to comment.