feat(nvim): configure lir
This commit is contained in:
parent
92496c1253
commit
c20c790e67
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue