feat: add hardtime.nvim
This commit is contained in:
parent
d961ba0c60
commit
a5d38f9ac4
3 changed files with 16 additions and 0 deletions
1
init.lua
1
init.lua
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue