Skip to content

gzentkovich/vim-airline-tomato

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-airline-tomato
==================
  
##Introduction
This is vim-airline extension to display [Pomodoro Technique](http://en.wikipedia.org/wiki/Pomodoro_Technique)
  
##Required
* [Airline](https://github.com/bling/vim-airline): This is a extension of airline (like powerline, but more fast and KISS)
* [powerline-font](https://github.com/Lokaltog/powerline-fonts): if you use chinese font, you may need install powerline font
  
##Optional
* [pomicons] (https://github.com/gabrielelana/pomicons): This is a font with 8 symbols to talk about the "Pomodoro Technique"® (You can use these special symbol to change the configuration, thanks Lana for providing this)
   
##Configuration
* If you want to change the working time:
> let g:tomato#interval = 60 * 60
  
* If you wat to change rest time:
> let g:tomato#rest_time = 20 * 60
  
* If you want to change language(english or chinese):
> let g:tomato#lang = 'chinese'
  
* If you want to change working text:
> let g:tomato#remind = "☻"  (here you can use the pomicons, usuage can be found at [pomicons] (https://github.com/gabrielelana/pomicons))
  
* If you want to change rest text:
> let g:tomato#restinfo = "☺" (here you can use the pomicons, usuage can be found at [pomicons] (https://github.com/gabrielelana/pomicons))


##Thanks
> Gabriele Lana <[email protected]> (provide awesome fonts)
  
==============================================================================
vim:tw=78:ts=8:ft=help:norl:noet:fen:fdl=0:

  
##License
MIT

About

Pomodoro Technique

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%