From f5184dbafb519022332094a7f1ebf8f566f9cd39 Mon Sep 17 00:00:00 2001 From: philipp Date: Sat, 19 Jul 2025 16:22:39 +0200 Subject: [PATCH] fix formatting in accordance to stylua so that pipeline passes --- init.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/init.lua b/init.lua index 8d9bb5bf..56819f90 100644 --- a/init.lua +++ b/init.lua @@ -360,15 +360,15 @@ require('lazy').setup({ { -- Fuzzy Finder (files, lsp, etc) 'nvim-telescope/telescope.nvim', - -- By default, Telescope is included and acts as your picker for everything. + -- By default, Telescope is included and acts as your picker for everything. - -- If you would like to switch to a different picker (like snacks, or fzf-lua) - -- you can disable the Telescope plugin by setting enabled to false and enable - -- your replacement picker by requiring it explicitly (e.g. 'custom.plugins.snacks') + -- If you would like to switch to a different picker (like snacks, or fzf-lua) + -- you can disable the Telescope plugin by setting enabled to false and enable + -- your replacement picker by requiring it explicitly (e.g. 'custom.plugins.snacks') - -- Note: If you customize your config for yourself, - -- it’s best to remove the Telescope plugin config entirely - -- instead of just disabling it here, to keep your config clean. + -- Note: If you customize your config for yourself, + -- it’s best to remove the Telescope plugin config entirely + -- instead of just disabling it here, to keep your config clean. enabled = true, event = 'VimEnter', dependencies = {