You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kickstart.nvim/lua/kickstart/plugins
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
2 months ago
..
autopairs.lua Move plugin examples from README to optional plugin files (#831) 9 months ago
debug.lua Fix nvim-dap not lazy loading (#1216) 2 months ago
gitsigns.lua Add gitsigns recommended keymaps as an optional plugin (#858) 9 months ago
indent_line.lua rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635) 11 months ago
lint.lua Disable linting autocmd for readonly buffers (#1202) 2 months ago
neo-tree.lua Enable silent option for default neo-tree plugin keybinding (#1108) 5 months ago