We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4e548 commit 522ba77Copy full SHA for 522ba77
1 file changed
plugin/dashboard.lua
@@ -6,7 +6,7 @@ vim.api.nvim_create_autocmd('VimEnter', {
6
group = g,
7
callback = function()
8
for _, v in pairs(vim.v.argv) do
9
- if v == "-" then
+ if v == '-' then
10
vim.g.read_from_stdin = 1
11
break
12
end
0 commit comments