Skip to content

Commit 522ba77

Browse files
committed
fix: stylua
1 parent 3f4e548 commit 522ba77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/dashboard.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ vim.api.nvim_create_autocmd('VimEnter', {
66
group = g,
77
callback = function()
88
for _, v in pairs(vim.v.argv) do
9-
if v == "-" then
9+
if v == '-' then
1010
vim.g.read_from_stdin = 1
1111
break
1212
end

0 commit comments

Comments
 (0)