diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 6a468e7..8e27f4f 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -5,6 +5,18 @@ return { dependencies = { "MunifTanjim/nui.nvim" }, + opts = { + window = { + mappings = { + ["a"] = { + "add", + config = { + show_path = "relative", + } + } + } + } + }, keys = { { "fe",