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/plugins.lua | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'nvim/lua/config/plugins.lua') diff --git a/nvim/lua/config/plugins.lua b/nvim/lua/config/plugins.lua index 7f773b4..399576d 100644 --- a/nvim/lua/config/plugins.lua +++ b/nvim/lua/config/plugins.lua @@ -28,7 +28,7 @@ return { event = "VeryLazy", config = function() require("nvim-surround").setup({}) - end + end, }, { "neovim/nvim-lspconfig" }, { "b0o/schemastore.nvim" }, @@ -37,14 +37,14 @@ return { branch = "main", dependencies = { "nvim-mini/mini.icons" }, config = function() - require('mini.files').setup({ + require("mini.files").setup({ mappings = { - go_in_plus = '', - synchronize = 'w', + go_in_plus = "", + synchronize = "w", }, windows = { preview = false, - } + }, }) end, }, @@ -61,8 +61,10 @@ return { end, update_interval = 3000, fallback = "dark", - } + }, }, { "mfussenegger/nvim-jdtls" }, { "LunarVim/bigfile.nvim" }, + -- Plugin for formatters. See formatters.lua for configs + { "stevearc/conform.nvim" }, } -- cgit v1.3.1