nvim: add more misc settings

This commit is contained in:
dogeystamp 2022-07-04 21:39:27 -04:00
parent b9af687002
commit 10d98d2fcb
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -1,4 +1,5 @@
set tabstop=4 shiftwidth=4 noexpandtab relativenumber ai nu rnu nosmd
set tabstop=4 shiftwidth=4 noexpandtab relativenumber ai nu rnu nosmd ignorecase smartcase
set lazyredraw nocursorline ttyfast
hi Search cterm=NONE ctermfg=white ctermbg=blue
hi StatusLine ctermbg=NONE cterm=italic