added debug plugin and required microsoft/debugpy

This commit is contained in:
nicholasss 2024-12-03 15:47:39 -05:00
parent 5f9cb7cafd
commit 252299496b
3 changed files with 8 additions and 1 deletions

View file

@ -847,7 +847,7 @@ require('lazy').setup({
-- Here are some example plugins that I've included in the Kickstart repository.
-- Uncomment any of the lines below to enable them (you will need to restart nvim).
--
-- require 'kickstart.plugins.debug',
require 'kickstart.plugins.debug',
-- require 'kickstart.plugins.indent_line',
-- require 'kickstart.plugins.lint',
-- require 'kickstart.plugins.autopairs',