feat: add hardtime.nvim

This commit is contained in:
Devin Haska 2025-05-27 11:54:47 -07:00
parent 270b9013fb
commit 23c8e0ed95
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