kickstart.nvim/lua
Sangho Lee 8fb5068d69 fix: correct gitsigns mapping for <leader>tD
The previous mapping <leader>tD was described as "[T]oggle git show [D]eleted"
but was mapped to preview_hunk_inline, which didn't match the description.
This commit updates the mapping to toggle_deleted, which fits the description.
2025-04-27 20:24:54 +09:00
..
custom/plugins feat: move to lazy.nvim package manager and add first plugins (#178) 2023-02-17 16:31:57 -05:00
kickstart fix: correct gitsigns mapping for <leader>tD 2025-04-27 20:24:54 +09:00