From 89e841b55fdec549f455884de36c1dd9773bbbc3 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Thu, 15 Feb 2024 11:17:24 +0100 Subject: [PATCH] enable builtint debug blugin --- lua/lazy-plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazy-plugins.lua b/lua/lazy-plugins.lua index 0a77c7c..a1a4f7f 100644 --- a/lua/lazy-plugins.lua +++ b/lua/lazy-plugins.lua @@ -199,7 +199,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