diff options
| -rw-r--r-- | .config/nvim/init.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 84d2271..f8b121f 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -26,6 +26,8 @@ set splitbelow splitright " 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 |
