mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-23 16:56:37 +00:00
chore(astronvim): Tweaked neo-tree configurations
This commit is contained in:
@@ -47,9 +47,13 @@ return {
|
|||||||
hide_dotfiles = false,
|
hide_dotfiles = false,
|
||||||
hide_gitignored = false,
|
hide_gitignored = false,
|
||||||
hide_by_name = {
|
hide_by_name = {
|
||||||
|
'.idea',
|
||||||
|
'.DS_Store'
|
||||||
},
|
},
|
||||||
never_show = {
|
never_show = {
|
||||||
'.git',
|
'.git',
|
||||||
|
'.idea',
|
||||||
|
'.mypy_cache',
|
||||||
'.DS_Store',
|
'.DS_Store',
|
||||||
'thumbs.db'
|
'thumbs.db'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user