kickstart.nvim/lua/kickstart/plugins
Anjishnu Banerjee f6382d83b8 Fix nvim-dap not lazy loading (#1216)
* Fix nvim-dap not lazy loading

The keys property had local variables 'dap' and 'dap-ui' that used `require` and prevented all DAP related plugins from lazy-loading.
Fixed this by changing keys to a table and substituting the local variables with a lamba function

* Make debug keybind descriptions more consistent
2025-02-24 08:17:55 -08:00
..
autopairs.lua Move plugin examples from README to optional plugin files (#831) 2025-02-24 08:17:12 -08:00
debug.lua Fix nvim-dap not lazy loading (#1216) 2025-02-24 08:17:55 -08:00
gitsigns.lua Add gitsigns recommended keymaps as an optional plugin (#858) 2025-02-24 08:17:17 -08: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) 2025-02-24 08:17:17 -08:00
neo-tree.lua Enable silent option for default neo-tree plugin keybinding (#1108) 2025-02-24 08:17:17 -08:00