From 35c150d6331e670f1b2bc80dccf1ae4c3b1259ea Mon Sep 17 00:00:00 2001 From: Toth Alex Date: Sun, 1 Oct 2023 19:04:15 +0200 Subject: [PATCH] fix: autoformat --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 702701d7..a22df78d 100644 --- a/init.lua +++ b/init.lua @@ -195,7 +195,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`