From f85461093c37a6814a5e31be32eee767666ec63c Mon Sep 17 00:00:00 2001 From: Henry Denny Date: Thu, 22 Feb 2024 15:16:57 +0000 Subject: [PATCH] Use kickstart autoformat. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index d68f4607..e4248f62 100644 --- a/init.lua +++ b/init.lua @@ -257,7 +257,7 @@ 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.autoformat', -- require 'kickstart.plugins.debug', -- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`