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 340411e commit 40877beCopy full SHA for 40877be
1 file changed
lua/elixir/init.lua
@@ -61,7 +61,7 @@ function M.setup(opts)
61
credo.setup(opts.credo)
62
end
63
64
- if enabled(opts.nextls.enable) then
+ if opts.nextls.enable == true then
65
nextls.setup(opts.nextls)
66
67
0 commit comments