init.vim: add date and time to rulerbar
la-ninpre leobrekalini@gmail.com
Mon, 23 Nov 2020 17:57:50 +0300
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
.config/nvim/init.vim
→
.config/nvim/init.vim
@@ -26,6 +26,8 @@
" don't highlight everything when search and move cursor to the searched word set nohlsearch incsearch +set rulerformat=%35(%{strftime('%F\ %H:%M')}%=%l/%L%=%c%V%=%p%%\ %) + " expand tabs to spaces set tabstop=4 softtabstop=4 set shiftwidth=4