Skip to content

Commit 5502cea

Browse files
committed
style: format with stylua
1 parent 4b81900 commit 5502cea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

init.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ require('lazy').setup({
290290
-- Then, because we use the `opts` key (recommended), the configuration runs
291291
-- after the plugin has been loaded as `require(MODULE).setup(opts)`.
292292

293-
{ -- Useful plugin to show you pending keybinds.
293+
{ -- Useful plugin to show you pending keybinds.
294294
'folke/which-key.nvim',
295295
event = 'VimEnter', -- Sets the loading event to 'VimEnter'
296296
opts = {
@@ -371,7 +371,7 @@ require('lazy').setup({
371371
{ 'nvim-telescope/telescope-ui-select.nvim' },
372372

373373
-- Useful for getting pretty icons, but requires a Nerd Font.
374-
{ 'nvim-tree/nvim-web-devicons', enabled = vim.g.have_nerd_font },
374+
{ 'nvim-tree/nvim-web-devicons', enabled = vim.g.have_nerd_font },
375375
},
376376
config = function()
377377
-- Telescope is a fuzzy finder that comes with a lot of different things that
@@ -479,7 +479,7 @@ require('lazy').setup({
479479
'WhoIsSethDaniel/mason-tool-installer.nvim',
480480

481481
-- Useful status updates for LSP.
482-
{ 'j-hui/fidget.nvim', opts = {} },
482+
{ 'j-hui/fidget.nvim', opts = {} },
483483

484484
-- Allows extra capabilities provided by blink.cmp
485485
'saghen/blink.cmp',

0 commit comments

Comments
 (0)