aboutsummaryrefslogtreecommitdiffstats
path: root/home/nvim/plugins/other.lua
blob: e3eb00fe3a5451139322469052e6f58797fccc06 (plain) (blame)
1
2
3
4
5
6
7
-- hardtime
require("hardtime").setup()

require("tokyonight").setup({
	-- use the night style
	style = "night",
})