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 22fe478 commit f5da7e3Copy full SHA for f5da7e3
1 file changed
lua/elixir/nextls/init.lua
@@ -13,7 +13,7 @@ function M.setup(opts)
13
14
vim.api.nvim_create_autocmd({ "FileType" }, {
15
group = nextls_group,
16
- pattern = { "elixir" },
+ pattern = { "elixir", "eelixir", "heex", "surface" },
17
callback = function()
18
local matches = vim.fs.find({ "mix.lock" }, {
19
stop = vim.uv.os_homedir(),
0 commit comments