Skip to content

Commit 658e69b

Browse files
committed
chore: format
1 parent d6011f9 commit 658e69b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎lua/nxvim/init.lua‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,9 @@ local function get(plugin_config, eager)
256256
plugin_config = "nxvim." .. plugin_config
257257
end
258258

259-
if eager then return function() require(plugin_config) end end
259+
if eager then
260+
return function() require(plugin_config) end
261+
end
260262

261263
return function()
262264
-- scheduled loading the majority of config files - results in 30-35% faster startup

‎lua/nxvim/plugins/scrollbar.lua‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ require("scrollbar").setup({
1515
search = true,
1616
},
1717
})
18-
1918
-- ]

0 commit comments

Comments
 (0)