Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZONE

A screensaver plugin for neovim. Inspiration from: emacs-zone.
Currently WIP. Has some bugs.

Requirements:

  • Neovim version >= 0.8

Installation:

use { 'tamton-aquib/zone.nvim' }

Usage:

require("zone").setup()
Click here to see default configuration
require('zone').setup {
    style = "treadmill",
    after = 30,          -- Idle timeout
    exclude_filetypes = { "TelescopePrompt", "NvimTree", "neo-tree", "dashboard", "lazy" },
    -- More options to come later

    treadmill = {
        direction = "left",
        headache = true,
        tick_time = 30,     -- Lower, the faster
        -- Opts for Treadmill style
    },
    epilepsy = {
        stage = "aura",     -- "aura" or "ictal"
        tick_time = 100,
    },
    dvd = {
        -- text = {"line1", "line2", "line3", "etc"}
        tick_time = 100,
        -- Opts for Dvd style
    },
    -- etc
}

Showcase:

Treadmill

treadmill.mp4

Dvd

zone_dvd

Epilepsy

epilepsy.mp4

Vanish

zone_vanish

Note:

❗ This plugin wont eat the current buffer. It just emulates the content as a cover on top.

Todo:

Moved to todo.norg

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.