From f4ec3fc6200cbc160bc0498c4ba63626cd030314 Mon Sep 17 00:00:00 2001 From: opalmay <65673442+opalmay@users.noreply.github.com> Date: Thu, 12 Jan 2023 09:59:00 +0200 Subject: refactor: move to upstream lir (#3711) * refactor: move to upstream lir * chore: lint --- lua/lvim/core/lir.lua | 5 ++++- lua/lvim/plugins.lua | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/lvim/core/lir.lua b/lua/lvim/core/lir.lua index d60881e2..9844c41f 100644 --- a/lua/lvim/core/lir.lua +++ b/lua/lvim/core/lir.lua @@ -19,7 +19,10 @@ M.config = function() lvim.builtin.lir = vim.tbl_extend("force", lvim.builtin.lir, { show_hidden_files = false, ignore = {}, -- { ".DS_Store" "node_modules" } etc. - devicons_enable = true, + devicons = { + enable = true, + highlight_dirname = true, + }, mappings = { ["l"] = actions.edit, [""] = actions.edit, diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index d14a4f0b..041e5fe0 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -125,7 +125,7 @@ local core_plugins = { }, -- Lir { - "LunarVim/lir.nvim", + "tamago324/lir.nvim", config = function() require("lvim.core.lir").setup() end, -- cgit v1.2.3