add debug

This commit is contained in:
Oscar Pinochet 2024-12-31 14:06:03 -03:00
parent d385df0e29
commit 95eae000cf
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1220,7 +1220,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',