Skip to content

Commit dd45f9c

Browse files
committed
refactor: remove unused local variable
1 parent 6beae81 commit dd45f9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/elixir/nextls/init.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ function M.setup(opts)
7777
workspace_folders = vim.g.workspace.folders
7878
end
7979
elseif bufname_valid(buf_name) then
80-
local buf_uri = vim.uri_from_bufnr(0)
8180
lock_matches = vim.fs.find({ "mix.lock" }, {
8281
stop = vim.uv.os_homedir(),
8382
upward = true,

0 commit comments

Comments
 (0)