kickstart.nvim/lua/kickstart/plugins
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
..
autopairs.lua feat: switch nvim-cmp for blink.cmp (#1426) 2025-04-09 17:25:57 -04:00
debug.lua Fix nvim-dap not lazy loading (#1216) 2024-11-20 08:40:51 -05:00
gitsigns.lua fix: correct gitsigns mapping for <leader>tD 2025-04-27 20:24:54 +09:00
indent_line.lua rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635) 2024-02-26 10:03:53 -05:00
lint.lua Disable linting autocmd for readonly buffers (#1202) 2024-10-30 11:41:46 -04:00
neo-tree.lua Enable silent option for default neo-tree plugin keybinding (#1108) 2024-08-25 23:23:17 -04:00