diff options
Diffstat (limited to 'nvim/lsp/nextls.lua')
| -rwxr-xr-x | nvim/lsp/nextls.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/nvim/lsp/nextls.lua b/nvim/lsp/nextls.lua deleted file mode 100755 index d6c57ff..0000000 --- a/nvim/lsp/nextls.lua +++ /dev/null @@ -1,9 +0,0 @@ ----@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' }, -} |
