forked from dineshsalunke/nvim-config
chore: display paths in neo-tree during creation
This commit is contained in:
parent
51bed5c7c8
commit
e68886ce9f
@ -5,6 +5,18 @@ return {
|
||||
dependencies = {
|
||||
"MunifTanjim/nui.nvim"
|
||||
},
|
||||
opts = {
|
||||
window = {
|
||||
mappings = {
|
||||
["a"] = {
|
||||
"add",
|
||||
config = {
|
||||
show_path = "relative",
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
keys = {
|
||||
{
|
||||
"<leader>fe",
|
||||
|
Loading…
x
Reference in New Issue
Block a user