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 8b13b29 commit 061d7adCopy full SHA for 061d7ad
1 file changed
lua/elixir/nextls/init.lua
@@ -49,7 +49,7 @@ function M.setup(opts)
49
group = nextls_group,
50
pattern = { "elixir", "eelixir", "heex", "surface" },
51
callback = function()
52
- local matches = vim.fs.find({ "mix.lock" }, {
+ local matches = vim.fs.find({ "mix.lock", "mix.exs" }, {
53
stop = vim.uv.os_homedir(),
54
upward = true,
55
path = vim.fs.dirname(vim.api.nvim_buf_get_name(0)),
0 commit comments