disable elixir-tools' elixirls management
This commit is contained in:
parent
7f0f2c733a
commit
617da9e196
1 changed files with 5 additions and 1 deletions
|
@ -7,7 +7,11 @@ return {
|
|||
config = function()
|
||||
local elixir = require("elixir")
|
||||
|
||||
elixir.setup({})
|
||||
elixir.setup({
|
||||
elixirls = {
|
||||
enable = false, -- handle elixirls through mason
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue