feat(nvim): configure lir

This commit is contained in:
Oliver Davies 2022-08-06 06:10:12 +01:00
parent 92496c1253
commit c20c790e67

View file

@ -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,
}