Skip to content

Commit

Permalink
Format lua
Browse files Browse the repository at this point in the history
  • Loading branch information
NonlinearFruit committed May 17, 2024
1 parent c5c995f commit 227ab65
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ local function setPlugins()
require("lazy").setup("plugins", {
change_detection = {
notify = false,
}
},
})
end

Expand Down
4 changes: 2 additions & 2 deletions nvim/lua/plugins/mini-comment.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
'echasnovski/mini.comment',
version = '*',
"echasnovski/mini.comment",
version = "*",
opts = {},
}
10 changes: 5 additions & 5 deletions nvim/lua/plugins/mini-hues.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
return {
'echasnovski/mini.hues',
version = '*',
"echasnovski/mini.hues",
version = "*",
opts = {
background = '#1c1c1c',
foreground = '#87afaf',
saturation = 'low',
background = "#1c1c1c",
foreground = "#87afaf",
saturation = "low",
},
}

0 comments on commit 227ab65

Please sign in to comment.