Mitchell Hanberg

Results 93 issues of Mitchell Hanberg

I don't think we necessarily need to depend on the lspconfig library and can re-write some things to not have to use it. nvim-metals does not depend on lspconfig.

good first issue
waiting-on-stable

Revert "Revert "feat: no longer require nvim-lspconfig (#27)" (#30)" This reverts commit 67bb9a1c504fc522391b83f1f46be1a1ef98918a. This reverts the #30, which is a revert of #27. We can merge this when `vim.fs` and...

waiting-on-stable

I'm not really sure what sort of Elixir specific treesitter integrations we can include, but we'll use this issue to collect them and track them. - [ ] Library specific...

There needs to be vim docs in edition to the readme.

documentation

ElixirLS needs to use the .bat script if we're running on windows, but it's currently hard coded to the shell script.

good first issue

ElixirLS implements the debugger protocol that is compatible with [nvim-dap](https://github.com/mfussenegger/nvim-dap) and the plugin should expose an easy to use integration with lots of documentation.

help wanted

It currently is hard coded to install v0.9.0, but it should just install the latest stable release.

We should include a version of the mix command palette that I have in my dotfiles. Should probably include a fzf extension and a telescope extension. https://twitter.com/mitchhanberg/status/1495885561718059011

## Description To allow the user to have the best experience for them, we should allow them to configure the function that is called to generate the text that is...

it would be helpful to be able to define many slots with the same name and to be able to loop over them from inside the component. This example also...

enhancement