Replies: 2 comments 2 replies
-
That's because you literally have an empty string somewhere in a list of specs |
Beta Was this translation helpful? Give feedback.
2 replies
-
return {
"NoahTheDuke/vim-just",
ft = {
"just"
},
init = function()
vim.cmd [[
au filetype just setlocal shiftwidth=2
]]
end
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nbari
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just upgrade to latest
11.9.1
but now every time I open nvim I get this error:This is the output of
:checkhealth lazy
:My config of nvim is:
init.lua:
And
lua/users/lazy
:Any ideas ?
Beta Was this translation helpful? Give feedback.
All reactions