Skip to content

Conversation

NJichev
Copy link
Contributor

@NJichev NJichev commented Mar 9, 2024

Refactors the workspace commands a bit as well

@NJichev NJichev changed the title Add refactor alias command feat: add refactor alias command Mar 9, 2024
local cmd = vim.trim(cmd_line)
if vim.startswith(cmd, "Elixir nextls") then
return { "uninstall", "to-pipe", "from-pipe" }
return { "uninstall", "to-pipe", "from-pipe", "alias-refactor" }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should do the sales person thing here and maybe put uninstall last, or order them alphabetically if you want?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uninstall last, yes. Others doesn't matter as much

@NJichev NJichev marked this pull request as ready for review March 27, 2024 13:47
@mhanberg mhanberg merged commit 2ee9274 into elixir-tools:main Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants