mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-10-31 20:46:03 +00:00
6 lines
126 B
Lua
6 lines
126 B
Lua
return {
|
|
cmd = { 'expert' },
|
|
root_markers = { 'mix.exs', '.git' },
|
|
filetypes = { 'elixir', 'eelixir', 'heex' },
|
|
}
|