From 2873d2eece4d8ea38bab2c1c7b8b43f95998d571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Guimar=C3=A3es?= Date: Thu, 2 Jan 2025 09:02:47 -0300 Subject: [PATCH] feat(elixir): add refactorex.nvim (useful code actions) --- lua/lazyvim/plugins/extras/lang/elixir.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lua/lazyvim/plugins/extras/lang/elixir.lua b/lua/lazyvim/plugins/extras/lang/elixir.lua index 289e50df..7588d408 100644 --- a/lua/lazyvim/plugins/extras/lang/elixir.lua +++ b/lua/lazyvim/plugins/extras/lang/elixir.lua @@ -38,6 +38,14 @@ return { }, }, }, + { + "synic/refactorex.nvim", + ft = "elixir", + opts = { + auto_update = true, + pin_version = nil, + }, + }, { "nvim-treesitter/nvim-treesitter", opts = function(_, opts)