Socket
Socket
Sign inDemoInstall

coc-clock

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    coc-clock

Big Clock for Neovim


Version published
Maintainers
1
Install size
141 kB
Created

Readme

Source

Big Clock for Neovim

coc extensions of clock.nvim

screenshot

Install

:CocInstall coc-clock

Coc Commands

  • clock.enable enable clock
  • clock.disable disable clock

Options

config:

"clock.enable": {
  "type": "boolean",
  "default": true,
  "description": "Enable clock when open neovim"
},
"clock.color": {
  "type": "string",
  "default": "",
  "description": "clock color, default is Normal highlight group"
},
"clock.winblend": {
  "type": "number",
  "default": 100,
  "description": "config opacity of floating window background 0-100 from fully opaque to transparent, default is 100. check `:echo exists('+winblend')` to see if your neovim support this option."
},
"clock.top": {
  "type": "number",
  "default": 1,
  "description": "position distance to top"
},
"clock.right": {
  "type": "number",
  "default": 1,
  "description": "position distance to right"
},
"clock.trace.server": {
  "type": "string",
  "default": "off",
  "enum": [
    "off",
    "messages",
    "verbose"
  ],
  "description": "Trace level of coc-clock"
}

Buy Me A Coffee ☕️

btc

image

Keywords

FAQs

Last updated on 27 Oct 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc