From 1817c38a0409ec145199d3aa56f0265914548753 Mon Sep 17 00:00:00 2001 From: aliaksandrkotau Date: Wed, 13 Dec 2023 13:12:39 +0100 Subject: [PATCH] fixes plugins import --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 2b2da4c2..52311dad 100644 --- a/init.lua +++ b/init.lua @@ -225,7 +225,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' }, { 'skywind3000/vim-quickui', }