summaryrefslogtreecommitdiffstats
path: root/nvim/lua/keymaps.lua
diff options
context:
space:
mode:
authorAnjishnu Banerjee <107052359+kaezrr@users.noreply.github.com>2024-11-20 19:10:51 +0530
committerGitHub <noreply@github.com>2024-11-20 08:40:51 -0500
commitf72b2cdbeed166399734f40685bbcc403b02ecf0 (patch)
treefe3710b4368ebd7a2d216e8bad79bab04e9cda0a /nvim/lua/keymaps.lua
parentdadb954a7fe96619960dd972b449a8ac1f6a8455 (diff)
downloaddots-f72b2cdbeed166399734f40685bbcc403b02ecf0.tar.gz
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
Diffstat (limited to 'nvim/lua/keymaps.lua')
0 files changed, 0 insertions, 0 deletions