An open API service indexing awesome lists of open source software.

https://github.com/iamcco/coc-clock

clock for neovim
https://github.com/iamcco/coc-clock

Last synced: 10 months ago
JSON representation

clock for neovim

Awesome Lists containing this project

README

          

# Big Clock for Neovim

coc extensions of [clock.nvim](https://github.com/iamcco/clock.nvim)

![screenshot](https://user-images.githubusercontent.com/5492542/53694533-3d813e80-3deb-11e9-98a7-1fd9f58b0ba4.png)

## Install

``` vim
:CocInstall coc-clock
```

## Coc Commands

- `clock.enable` enable clock
- `clock.disable` disable clock

## Options

config:

``` jsonc
"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](https://img.shields.io/keybase/btc/iamcco.svg?style=popout-square)

![image](https://user-images.githubusercontent.com/5492542/42771079-962216b0-8958-11e8-81c0-520363ce1059.png)