From 3027c793a0d7e47f8e4520945327ff65faf781c3 Mon Sep 17 00:00:00 2001 From: "Gustavo Silva (es00679121_prosegur)" Date: Sat, 4 Nov 2023 23:34:02 +0100 Subject: [PATCH] update plugins --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 1fdb5312..d53295b2 100644 --- a/init.lua +++ b/init.lua @@ -291,7 +291,7 @@ require('lazy').setup({ -- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going. -- -- For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins - -- { import = 'custom.plugins' }, + { import = 'custom.plugins' }, }, {}) -- [[ Setting options ]]