mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-04-26 04:15:38 +00:00
14 lines
205 B
Lua
14 lines
205 B
Lua
local elixir = require("elixir")
|
|
|
|
elixir.setup {
|
|
nextls = {
|
|
enable = true, -- defaults to false
|
|
},
|
|
credo = {
|
|
enable = false, -- defaults to true
|
|
},
|
|
elixirls = {
|
|
enable = false,
|
|
}
|
|
}
|