From 5446a98001d3b13790c9de63d5b87cf6abfb921e Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Fri, 26 Jan 2024 12:40:43 +0100 Subject: [PATCH] readded autoformatting --- 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 f757219..b664a0c 100644 --- a/lua/lazy-plugins.lua +++ b/lua/lazy-plugins.lua @@ -198,7 +198,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`