Skip to content

gnuh/nalarm.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAlarm.Nvim is a Nvim plugin to help you control the time within Neovim


WORK IN PROGRESS, IT SUPPORTS 1 ALARM AT A TIME

Installation

use {
  "gnuh/nalarm.nvim",
  config = function()
    require("nalarm").setup()
  end
}

Default Setup Options

-- Default
require("nalarm").setup({
  auto_cmd = {
    enable = false, -- enable auto command
    which_key = true, -- automatically creates which-key bindings
  }
})

You need to call require("nalarm").setup() to make it work

Keybindings

local opts = { noremap = true, silent = true }
keymap("n", "<leader>oi", ":NAlarm<CR>", opts)

Usage

:NAlarm

Todo List

Comming soon

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages