aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/nextls.lua
blob: d9e3879d22e3c73a114eca51ff8eb89230db4b28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---@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.**
---@type vim.lsp.Config
return {
  filetypes = { 'elixir', 'eelixir', 'heex', 'surface' },
  root_markers = { 'mix.exs', '.git' },
}