catpuccinno theme across iterm, tmux, and nvim

This commit is contained in:
Aniket Patel 2024-08-30 01:15:08 +05:30
parent 0cdc5c8b60
commit 22d69ee72e
4 changed files with 1067 additions and 27 deletions

View file

@ -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',