Fixed neo tree hidden files and added follow file
This commit is contained in:
@@ -23,6 +23,19 @@ return {
|
||||
},
|
||||
},
|
||||
filesystem = {
|
||||
follow_current_file = {
|
||||
enabled = true,
|
||||
},
|
||||
filtered_items = {
|
||||
always_show = {
|
||||
'.gitignore',
|
||||
'.gitattributes',
|
||||
},
|
||||
always_show_by_pattern = {
|
||||
'.gitlab*',
|
||||
'*.env',
|
||||
},
|
||||
},
|
||||
window = {
|
||||
mappings = {
|
||||
['\\'] = 'close_window',
|
||||
|
||||
Reference in New Issue
Block a user