Skip to content

Lua warning for Scala config #419

Open
@marekrehora

Description

@marekrehora

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions