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 {
|
lir.setup {
|
||||||
hide_cursor = true,
|
hide_cursor = true,
|
||||||
show_hidden_files = true,
|
show_hidden_files = true,
|
||||||
-- devicons_enable = true,
|
devicons_enable = true,
|
||||||
|
|
||||||
mappings = {
|
mappings = {
|
||||||
["l"] = actions.edit,
|
["l"] = actions.edit,
|
||||||
|
@ -61,3 +61,7 @@ lir.setup {
|
||||||
vim.api.nvim_echo({ { vim.fn.expand "%:p", "Normal" } }, false, {})
|
vim.api.nvim_echo({ { vim.fn.expand "%:p", "Normal" } }, false, {})
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
require("lir.git_status").setup {
|
||||||
|
show_ignored = false,
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue