From 6ff9d5ca639626d4a8bd24cabbcf44caaf469b5a Mon Sep 17 00:00:00 2001 From: arauto Date: Wed, 25 Dec 2024 15:34:48 -0300 Subject: [PATCH] Habilitado novamente custom plugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Durante o merge, acabei desabilitando a instrução para buscar os plugins customizados. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 1a200e78..abb79f42 100644 --- a/init.lua +++ b/init.lua @@ -942,7 +942,7 @@ require('lazy').setup({ -- This is the easiest way to modularize your config. -- -- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going. - -- { import = 'custom.plugins' }, + { import = 'custom.plugins' }, -- -- For additional information with loading, sourcing and examples see `:help lazy.nvim-🔌-plugin-spec` -- Or use telescope!