catpuccinno theme across iterm, tmux, and nvim
This commit is contained in:
parent
0cdc5c8b60
commit
22d69ee72e
4 changed files with 1067 additions and 27 deletions
|
|
@ -15,6 +15,19 @@ return {
|
|||
},
|
||||
opts = {
|
||||
filesystem = {
|
||||
filtered_items = {
|
||||
visible = true,
|
||||
show_hidden_count = true,
|
||||
hide_dotfiles = false,
|
||||
hide_gitignored = true,
|
||||
hide_by_name = {
|
||||
'.git',
|
||||
'.DS_Store',
|
||||
'thumbs.db',
|
||||
'.venv',
|
||||
},
|
||||
never_show = {},
|
||||
},
|
||||
window = {
|
||||
mappings = {
|
||||
['\\'] = 'close_window',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue