Open
Description
Hey,
I was trying out LunarVim to use as an alternative for Intellij and following the docs for Scala I was getting this warning:
WARN ] lvim: "Invalid configuration: /Users/rehora/.config/lvim/config.lua:40: attempt to index global 'dap' (a nil value)" file="[C]", line=-1
I was able to fix it by adding this line before the config from docs:
local dap = require("dap"
But I am very new to nvim and lua so I am not sure if it is correct solution and therefore I did not do a PR for the docs.
Metadata
Metadata
Assignees
Labels
No labels