mirror of
https://github.com/mqttr/dotfiles.git
synced 2025-12-15 04:25:50 -06:00
feat(nvim): configure neotree to update automatically
This commit is contained in:
@@ -29,8 +29,10 @@ return {
|
||||
hide_gitignored = false,
|
||||
hide_by_name = {
|
||||
'.git',
|
||||
'__pycache__/',
|
||||
}
|
||||
},
|
||||
use_libuv_file_watcher = true,
|
||||
never_show = {},
|
||||
window = {
|
||||
mappings = {
|
||||
@@ -40,3 +42,4 @@ return {
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user