all repos — dotfiles @ feabb1bcae2f252beb22f00d28f2d5835f138cf1

personal dotfiles

init.vim: add date and time to rulerbar
la-ninpre leobrekalini@gmail.com
Mon, 23 Nov 2020 17:57:50 +0300
commit

feabb1bcae2f252beb22f00d28f2d5835f138cf1

parent

54cfc838d778dac2b209be4135350aca91c9d747

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