All Projects → iamcco → Clock.nvim

iamcco / Clock.nvim

A Big Clock For Neovim

Programming Languages

javascript
184084 projects - #8 most used programming language

A Big Clock For Neovim

only support neovim with floating window feature

screenshot

Install

use vim-plug:

Plug 'iamcco/sran.nvim', { 'do': { -> sran#util#install() } }
Plug 'iamcco/clock.nvim'

Usage & Config

" auto enable when neovim start
let g:clockn_enable = 1

" config the clock's color
let g:clockn_color = '#000000'

" config opacity of floating window background
" 0-100 from fully opaque to transparent
" default is 100
let g:clockn_winblend = 100

" or use the ClockNormal highlight group
highlight ClockNormal guifg=#000000

" position distance to top and right
let g:clockn_to_top = 1
let g:clockn_to_right = 1

" enable clock
:ClockEnable

" disable clock
:ClockDisable

Buy Me A Coffee ☕️

btc

image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].