kickstart.nvim/lua/kickstart
Anjishnu Banerjee 9dfb1b230f
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
2024-11-20 08:40:51 -05:00
..
plugins Fix nvim-dap not lazy loading (#1216) 2024-11-20 08:40:51 -05:00
health.lua Neovim 0.10 updates (#936) 2024-07-21 20:35:07 -04:00