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 6beae81 commit dd45f9cCopy full SHA for dd45f9c
1 file changed
lua/elixir/nextls/init.lua
@@ -77,7 +77,6 @@ function M.setup(opts)
77
workspace_folders = vim.g.workspace.folders
78
end
79
elseif bufname_valid(buf_name) then
80
- local buf_uri = vim.uri_from_bufnr(0)
81
lock_matches = vim.fs.find({ "mix.lock" }, {
82
stop = vim.uv.os_homedir(),
83
upward = true,
0 commit comments