mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-29 14:28:51 +02:00
Merge f7ba196629
into 25abbf546d
This commit is contained in:
commit
41c80589c3
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",
|
||||
opts = function(_, opts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue