blob: d6c57ffa3f56b77b23e01d51a4683de94715d2dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
---@brief
---
--- https://github.com/elixir-tools/next-ls
---
--- **By default, next-ls does not set its `cmd`. Please see the following [detailed instructions](https://www.elixir-tools.dev/docs/next-ls/installation/) for possible installation methods.**
return {
filetypes = { 'elixir', 'eelixir', 'heex', 'surface' },
root_markers = { 'mix.exs', '.git' },
}
|