-
-
Notifications
You must be signed in to change notification settings - Fork 383
Closed
Labels
Info NeededMore information is requiredMore information is requiredbugSomething isn't workingSomething isn't working

Description
Describe the bug
I have a configuration file for neovim in lua with the content
M = {}
function M.setup()
local nls = require 'nulls-ls'
local sources = { nls.builtins.formatting.stylua }
nls-setup { sources=sources } W: Only has 0 variables, but you set 1 values.
end
return M
I am looking into insight into what this warning means in order to determine if it is legitimate.
Metadata
Metadata
Assignees
Labels
Info NeededMore information is requiredMore information is requiredbugSomething isn't workingSomething isn't working