elixir-tools / elixir-tools.nvim

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

Error using minimal setup #20

Closed joaothallis closed 2 years ago

joaothallis commented 2 years ago
Error detected while processing /home/joao/.config/nvim/init.lua:
E5113: Error while calling lua chunk: ...m/site/pack/packer/start/elixir.nvim/lua/elixir/init.lua:226: attempt to index local 'opts' (a nil value)
stack traceback:
        ...m/site/pack/packer/start/elixir.nvim/lua/elixir/init.lua:226: in function 'setup'
        /home/joao/.config/nvim/init.lua:167: in main chunk
Press ENTER or type command to continue
mhanberg commented 2 years ago

Thanks for opening the issue! I'll take a look later tonight.

mhanberg commented 2 years ago

@joaothallis Please let me know if this fixed your issue and feel free to open a discussion with any questions or another issue if you find another bug.

Thanks!

joaothallis commented 2 years ago

Thank you @mhanberg it fixed the my issue