coc-clock

0.0.12 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.12
    4
    • latest

Version History

Package Sidebar

Install

npm i coc-clock

Weekly Downloads

4

Version

0.0.12

License

MIT

Unpacked Size

145 kB

Total Files

4

Last publish

Collaborators

  • yuuko