remove neotree config, add pycache to ignore

This commit is contained in:
Michael Peters 2024-03-20 19:36:14 -07:00
parent 5e8d11bb1a
commit 601c89f6d6
2 changed files with 1 additions and 28 deletions

View File

@ -1,28 +0,0 @@
local function config()
local neotree = require('neo-tree')
neotree.setup({
enable_diagnostics = false,
filesystem = {
filtered_items = {
hide_gitignored = false,
always_show = {
'.github',
'.gitignore',
},
never_show = { -- hide_by_name
'__pycache__',
},
},
follow_current_file = {
enabled = true,
},
},
window = {
mappings = {
['/'] = 'none', -- disable fuzzy finder
},
},
})
end
return config

View File

@ -13,6 +13,7 @@ local function config()
'^\\.test_cache$',
'^\\.coverage$',
'^node_modules$',
'^__pycache__$',
},
},
view = {