Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RefactorEx](https://github.com/gp-pereira/refactorex) is an LSP server that allows for refactoring Elixir code. It adds the ability to rename symbols via `vim.lsp.buf.rename()` and various code actions. Right now it uses an intermediary repository, https://github.com/synic/refactorex-mason to download the sourcecode, patch it to support the stdio transport, and create a launch script to use the stdio transport. Hopefully in the future this intermediary repository won't be necessary, once refactorex itself supports stdio (gp-pereira/refactorex#19).
- Loading branch information