Skip to content

Commit f5184db

Browse files
philippphilipp
authored andcommitted
fix formatting in accordance to stylua so that pipeline passes
1 parent 01852b6 commit f5184db

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

init.lua

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -360,15 +360,15 @@ require('lazy').setup({
360360

361361
{ -- Fuzzy Finder (files, lsp, etc)
362362
'nvim-telescope/telescope.nvim',
363-
-- By default, Telescope is included and acts as your picker for everything.
363+
-- By default, Telescope is included and acts as your picker for everything.
364364

365-
-- If you would like to switch to a different picker (like snacks, or fzf-lua)
366-
-- you can disable the Telescope plugin by setting enabled to false and enable
367-
-- your replacement picker by requiring it explicitly (e.g. 'custom.plugins.snacks')
365+
-- If you would like to switch to a different picker (like snacks, or fzf-lua)
366+
-- you can disable the Telescope plugin by setting enabled to false and enable
367+
-- your replacement picker by requiring it explicitly (e.g. 'custom.plugins.snacks')
368368

369-
-- Note: If you customize your config for yourself,
370-
-- it’s best to remove the Telescope plugin config entirely
371-
-- instead of just disabling it here, to keep your config clean.
369+
-- Note: If you customize your config for yourself,
370+
-- it’s best to remove the Telescope plugin config entirely
371+
-- instead of just disabling it here, to keep your config clean.
372372
enabled = true,
373373
event = 'VimEnter',
374374
dependencies = {

0 commit comments

Comments
 (0)