elixir-tools / elixir-tools.nvim

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

plugin fails to load #48

Closed cannero closed 1 year ago

cannero commented 1 year ago

When following the minimal setup and setting require("elixir").setup(), the plugin fails to load with the error message that opts is nil in init.lua. https://github.com/mhanberg/elixir.nvim/blob/9edb86abf7a38cb5305163872e326c3d4c3866d7/lua/elixir/language_server/init.lua#L265

After I provided options in the setup method, the plugin could be loaded.