From 63da18c5222f19f8cf80e7065716ff79040e5492 Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Wed, 8 Mar 2023 07:07:24 +0100 Subject: [PATCH] Fix comment about loading kickstart plugins --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 72890326..0919eb5c 100644 --- a/init.lua +++ b/init.lua @@ -175,8 +175,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', + -- { import ='kickstart.plugins.autoformat' }, + -- { import ='kickstart.plugins.debug' }, -- NOTE: The import below automatically adds 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