Skip to content

aynaever/timer.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Timer NVIM

A Very Simple plugin that will help keep conscious of time spent on writing dumb functions and code each task.

Table of Contents

  1. Installation
  2. Features
  3. Usage

Installation

Installing it via packer, add this to your ~/.config/nvim/*/packer.lua:

use {'aynaever/timer.nvim'}

Features

  • Start: start the timer
  • Pause: pause the timer
  • Resume: resume the timer
  • Display: display timer in seconds
  • Is Paused: show if the timer is paused

Usage

Those are the available user commands, which you can map them however you want with any keybindings:

  • :TimerStart : start timer
  • :TimerPause : pause timer
  • :TimerResume : resume timer
  • :TimerDisplay : display timer
  • :TimerIsPause : check if timer is paused

About

NVIM timer plugin to keep track of time and tasks

Resources

Stars

Watchers

Forks

Languages