Skip to content

Commit

Permalink
docs(neo-tree): add title config
Browse files Browse the repository at this point in the history
  • Loading branch information
sand4rt authored May 31, 2024
1 parent 5fb8764 commit af77ecd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/neo-tree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,14 @@ the config options are in a table bound to the `config` key:
filesystem = {
window = {
mappings = {
["/"] = {
"fuzzy_finder",
config = {
title = "Filter" -- An empty string hides the title
}
},
["a"] = {
"add",
"add",
nowait = true
config = {
show_path = "none" -- "none", "relative", "absolute"
Expand Down

0 comments on commit af77ecd

Please sign in to comment.