Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 801 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 801 Bytes

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