From 04d278913898c7f90c2aad5821933a14ac9a43f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sinan=20G=C3=BCler?= Date: Tue, 6 Feb 2024 10:17:59 +0300 Subject: [PATCH] neotree and autopairs added --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index fd4567d9..68e0a100 100644 --- a/init.lua +++ b/init.lua @@ -282,7 +282,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 ]]