Skip to content

Commit 6ff9d5c

Browse files
author
arauto
committed
Habilitado novamente custom plugins
Durante o merge, acabei desabilitando a instrução para buscar os plugins customizados.
1 parent 62b97aa commit 6ff9d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ require('lazy').setup({
942942
-- This is the easiest way to modularize your config.
943943
--
944944
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
945-
-- { import = 'custom.plugins' },
945+
{ import = 'custom.plugins' },
946946
--
947947
-- For additional information with loading, sourcing and examples see `:help lazy.nvim-🔌-plugin-spec`
948948
-- Or use telescope!

0 commit comments

Comments
 (0)