Anjishnu Banerjee 9dfb1b230f
Fix nvim-dap not lazy loading ()
* 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 Move plugin examples from README to optional plugin files ()
debug.lua Fix nvim-dap not lazy loading ()
gitsigns.lua Add gitsigns recommended keymaps as an optional plugin ()
indent_line.lua rewrite: slimmer, trimmer and more lazy kickstart.nvim ()
lint.lua Disable linting autocmd for readonly buffers ()
neo-tree.lua Enable silent option for default neo-tree plugin keybinding ()