From ac8d7d3a80fd4bf44e7652a80c7a1b76951cbec3 Mon Sep 17 00:00:00 2001 From: Nikhil Date: Tue, 19 Aug 2025 01:12:45 +0530 Subject: [PATCH] init files problems wiith a plugin fix --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 0f7df41e..fcbbd9d6 100644 --- a/init.lua +++ b/init.lua @@ -256,7 +256,7 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then -- :Lazy update -- -- NOTE: This will load all lua files in `lua/plugins/` - require('lazy').setup('plugins', { + require('lazy').setup({ import = 'plugins' }, { ui = { -- If you are using a Nerd Font: set icons to an empty table which will use the -- default lazy.nvim defined Nerd Font icons, otherwise define a unicode icons table @@ -271,7 +271,7 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then runtime = '💻', require = '🌙', source = '📄', - start = '🚀', + start = '�', task = '📌', lazy = '💤 ', },