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
- Host: GitHub
- URL: https://github.com/iamcco/coc-clock
- Owner: iamcco
- Created: 2019-06-28T04:08:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:57:12.000Z (about 3 years ago)
- Last Synced: 2024-04-27T07:29:49.498Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 818 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Big Clock for Neovim
coc extensions of [clock.nvim](https://github.com/iamcco/clock.nvim)

## 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 ☕️

