mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-28 22:08:12 +02:00
revert: lir.nvim is still broken (#3036)
This commit is contained in:
parent
1b179a8586
commit
26d493419a
3 changed files with 0 additions and 115 deletions
|
@ -139,13 +139,6 @@ local core_plugins = {
|
|||
end,
|
||||
disable = not lvim.builtin.nvimtree.active,
|
||||
},
|
||||
{
|
||||
"christianchiarulli/lir.nvim",
|
||||
config = function()
|
||||
require("lvim.core.lir").setup()
|
||||
end,
|
||||
disable = not lvim.builtin.lir.active,
|
||||
},
|
||||
|
||||
{
|
||||
"lewis6991/gitsigns.nvim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue