kickstart.nvim/lua
Anjishnu Banerjee e8cee27348 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-01-21 14:29:45 +00:00
..
custom/plugins add lazygit integration (its buggy as fuck feel free to disable) 2024-10-04 12:43:53 +01:00
kickstart Fix nvim-dap not lazy loading (#1216) 2025-01-21 14:29:45 +00:00