From f3aa971cac7ee50f374784974455fcca828fed7a Mon Sep 17 00:00:00 2001 From: Anurag Kumar Singh Date: Mon, 11 May 2026 11:45:21 +0530 Subject: [PATCH] Github-Action test for stylua --- minimal_config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/minimal_config.lua b/minimal_config.lua index 150b79fe..3ae1e5bf 100644 --- a/minimal_config.lua +++ b/minimal_config.lua @@ -15,13 +15,13 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then 'https://github.com/folke/lazy.nvim.git', '--branch=stable', lazypath, + }) end vim.opt.rtp:prepend(lazypath) -local plugins = { - { +local plugins ={{ 'anurag3301/nvim-platformio.lua', -- Dependencies are lazy-loaded by default unless specified otherwise.