mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-22 05:13:29 +02:00
* 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 |
||
---|---|---|
.. | ||
autopairs.lua | ||
debug.lua | ||
gitsigns.lua | ||
indent_line.lua | ||
lint.lua | ||
neo-tree.lua |