Nvim: use oil instead of nvim-tree, add screensaver

This commit is contained in:
Robert Kmieć
2024-03-29 09:25:49 +01:00
parent 157d72fe33
commit e67379b132
9 changed files with 52 additions and 7 deletions

View File

@@ -30,5 +30,6 @@ return {
tmux_show_only_in_active_window = false, -- auto show/hide images in the correct Tmux window (needs visual-activity off)
hijack_file_patterns = { "*.png", "*.jpg", "*.jpeg", "*.gif", "*.webp" }, -- render image files as images when opened
})
end
end,
enabled = false
}