chore: display paths in neo-tree during creation

This commit is contained in:
Dinesh Salunke 2023-06-16 01:59:51 +05:30
parent 51bed5c7c8
commit e68886ce9f

View File

@ -5,6 +5,18 @@ return {
dependencies = {
"MunifTanjim/nui.nvim"
},
opts = {
window = {
mappings = {
["a"] = {
"add",
config = {
show_path = "relative",
}
}
}
}
},
keys = {
{
"<leader>fe",