From 634c7b3c42c6660ed4385457a07ca760b4e77715 Mon Sep 17 00:00:00 2001 From: Joel Lau Date: Fri, 1 Mar 2024 19:20:53 +0800 Subject: [PATCH] enabled kickstart plugins --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 681ffad0..f6f4bd76 100644 --- a/init.lua +++ b/init.lua @@ -402,8 +402,8 @@ require('lazy').setup({ -- NOTE: Next Step on Your Neovim Journey: Add/Configure additional "plugins" for kickstart -- 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.autoformat', + 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