Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 414 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 414 Bytes

background.nvim

Simple plugin to automatically set background="dark" at after a certain hour.

Install

Packer

use 'chris-burgin/background.nvim'

Usage

require("background_nvim").setup()

Advanced

require("background_nvim").setup({
  ms = 60 * 1000, -- default, how long between each check
  hour = 17,      -- default, at which hour the dark theme is enabled
})