mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(elixir): add refactorex.nvim (useful code actions)
This commit is contained in:
parent
5e7da4384d
commit
33827583ca
1 changed files with 8 additions and 0 deletions
|
|
@ -38,6 +38,14 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"synic/refactorex.nvim",
|
||||||
|
ft = "elixir",
|
||||||
|
opts = {
|
||||||
|
auto_update = true,
|
||||||
|
pin_version = nil,
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue