add debugging config

This commit is contained in:
vladstojna 2023-04-22 19:50:41 +01:00 committed by vladstojna
parent 7419bd147e
commit dd144abebf
8 changed files with 40 additions and 1 deletions

View file

@ -213,7 +213,7 @@ require('lazy').setup({
-- These are some example plugins that I've included in the kickstart repository.
-- Uncomment any of the lines below to enable them.
-- require 'kickstart.plugins.autoformat',
-- require 'kickstart.plugins.debug',
require 'kickstart.plugins.debug',
-- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
-- You can use this folder to prevent any conflicts with this init.lua if you're interested in keeping