Skip to content

Commit f5da7e3

Browse files
committed
fix: connect to eelixir, heex, and surface filetypes
1 parent 22fe478 commit f5da7e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/elixir/nextls/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function M.setup(opts)
1313

1414
vim.api.nvim_create_autocmd({ "FileType" }, {
1515
group = nextls_group,
16-
pattern = { "elixir" },
16+
pattern = { "elixir", "eelixir", "heex", "surface" },
1717
callback = function()
1818
local matches = vim.fs.find({ "mix.lock" }, {
1919
stop = vim.uv.os_homedir(),

0 commit comments

Comments
 (0)