Skip to content

Commit

Permalink
chore(extras): Run stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptomilk committed Jan 11, 2024
1 parent bfe6875 commit 4135f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extras/repro.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require('lazy').setup(plugins, {
root = root .. '/plugins',
})

require("focus").setup({
require('focus').setup({
enable = true, -- Enable module
commands = true, -- Create Focus commands
autoresize = {
Expand Down Expand Up @@ -57,6 +57,6 @@ require("focus").setup({
},
signcolumn = true, -- Display signcolumn in the focussed window only
winhighlight = false, -- Auto highlighting for focussed/unfocussed windows
}
},
})
-- add anything else here

0 comments on commit 4135f97

Please sign in to comment.