From e68886ce9f2d1df8b39e25e439d1dfa9c6880936 Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Fri, 16 Jun 2023 01:59:51 +0530 Subject: [PATCH] chore: display paths in neo-tree during creation --- lua/plugins/editor.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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",