fix formatting in accordance to stylua so that pipeline passes

pull/1640/head
philipp 6 days ago
parent 01852b6ddc
commit f5184dbafb

@ -360,15 +360,15 @@ require('lazy').setup({
{ -- Fuzzy Finder (files, lsp, etc) { -- Fuzzy Finder (files, lsp, etc)
'nvim-telescope/telescope.nvim', '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) -- 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 -- 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') -- your replacement picker by requiring it explicitly (e.g. 'custom.plugins.snacks')
-- Note: If you customize your config for yourself, -- Note: If you customize your config for yourself,
-- its best to remove the Telescope plugin config entirely -- its best to remove the Telescope plugin config entirely
-- instead of just disabling it here, to keep your config clean. -- instead of just disabling it here, to keep your config clean.
enabled = true, enabled = true,
event = 'VimEnter', event = 'VimEnter',
dependencies = { dependencies = {

Loading…
Cancel
Save