elixir-tools.nvim icon indicating copy to clipboard operation
elixir-tools.nvim copied to clipboard

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

Open jfpedroza opened this issue 1 year ago • 1 comments

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.

jfpedroza avatar Aug 31 '22 07:08 jfpedroza

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 avatar Sep 01 '22 15:09 mhanberg

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

mhanberg avatar Nov 09 '22 15:11 mhanberg