elixir-tools / elixir-tools.nvim

Neovim plugin for Elixir
MIT License
403 stars 30 forks source link

ElixirLS installation doesn't work when overwriting `vim.ui.select` with Telescope #38

Closed jfpedroza closed 1 year ago

jfpedroza commented 2 years ago

I'm using https://github.com/nvim-telescope/telescope-ui-select.nvim to change vim.ui.select to a Telescope picker.

I can see the window, but I can't interact with it, anything I do is reflected in the window in the background

image

When I disable the extension, I get the regular selector, and it works properly. I guess because the default is blocking while Telescope is not.

mhanberg commented 2 years ago

This seems to work for me if I open neovim and then navigate to an Elixir file, but can reproduce it when doing nvim path/to/file.

Not sure if this is related to elixir.nvim.

mhanberg commented 1 year ago

Going to close this because it doesn't seem to be an issue with the plugin, please come back if you can find a root cause that is related to elixir.nvim