feat: add hardtime.nvim

This commit is contained in:
Devin Lumley 2024-01-02 17:03:54 -08:00
parent d961ba0c60
commit a5d38f9ac4
3 changed files with 16 additions and 0 deletions

View file

@ -25,6 +25,7 @@ vim.opt.splitright = true
vim.opt.splitbelow = true
vim.opt.wrap = false
vim.opt.cursorline = true
vim.opt.cmdheight = 2
vim.opt.hlsearch = false
vim.opt.incsearch = true