diff --git a/roles/neovim/files/after/plugin/lir.lua b/roles/neovim/files/after/plugin/lir.lua index ec15d55..f59bfc9 100644 --- a/roles/neovim/files/after/plugin/lir.lua +++ b/roles/neovim/files/after/plugin/lir.lua @@ -10,7 +10,7 @@ local mark_actions = require "lir.mark.actions" lir.setup { hide_cursor = true, show_hidden_files = true, - -- devicons_enable = true, + devicons_enable = true, mappings = { ["l"] = actions.edit, @@ -61,3 +61,7 @@ lir.setup { vim.api.nvim_echo({ { vim.fn.expand "%:p", "Normal" } }, false, {}) end, } + +require("lir.git_status").setup { + show_ignored = false, +}