blob: 82b871d28a12da1c5a09e721f594189d6e73be02 (
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' },
}
|