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