From f4cd750bb5c1be3396da6f14f18f26b97e855422 Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Mon, 29 Jun 2026 17:26:11 +0200 Subject: format all lua code with stylua --- nvim/lua/config/lazy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim/lua/config/lazy.lua') diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index 8a4118f..bf174bc 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua @@ -24,7 +24,7 @@ vim.g.maplocalleader = "\\" -- Setup lazy.nvim require("lazy").setup({ -- Plugins - spec = require('config.plugins'), + spec = require("config.plugins"), install = { colorscheme = { "gruvbox" } }, checker = { enabled = true, notify = false }, }) -- cgit v1.3.1