kickstart.nvim/lua
kaezrr 8ac8c58a0e
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
2024-11-01 16:12:01 +05:30
..
custom/plugins feat: move to lazy.nvim package manager and add first plugins (#178) 2023-02-17 16:31:57 -05:00
kickstart Fix nvim-dap not lazy loading 2024-11-01 16:12:01 +05:30