elixir-tools / elixir-tools.nvim

Neovim plugin for Elixir
MIT License
398 stars 29 forks source link

Falied to clone #139

Closed lessthanseventy closed 1 year ago

lessthanseventy commented 1 year ago
Error executing vim.schedule lua callback: .../lazy/elixir-tools.nvim/lua/elixir/elixirls/download.lua:27: Failed to clone
stack traceback:
    [C]: in function 'assert'
    .../lazy/elixir-tools.nvim/lua/elixir/elixirls/download.lua:27: in function 'clone'
    ...nvim/lazy/elixir-tools.nvim/lua/elixir/elixirls/init.lua:210: in function 'install_elixir_ls'
    ...nvim/lazy/elixir-tools.nvim/lua/elixir/elixirls/init.lua:302: in function 'on_choice'
    ...are/nvim/lazy/dressing.nvim/lua/dressing/select/init.lua:78: in function ''
    vim/_editor.lua: in function <vim/_editor.lua:0>

Running the latest nightly version of nvim and the latest commit of this plugin.

lessthanseventy commented 1 year ago

I've also tried clearing out ~/.cache/nvim/elixir-tools.nvim and deleting the .elixir_ls folder. still no luck

mhanberg commented 1 year ago

I'll have to see if I can reproduce

lessthanseventy commented 1 year ago

Thank you. I'm running arch linux if that has anything to do with it. Happy to provide anything else I can.

image

image

image

mhanberg commented 1 year ago

Your config says you are using a fork, are you sure you're using the latest released version?

lessthanseventy commented 1 year ago

d'oh, sorry to waste your time. it's the obvious things you don't see i guess. thanks