commit ba982613add86f1be4736d7fae7f51bfc2d3bde4 parent 0ec94b8eec50963c635eee4669cd7939f5e7dcb4 Author: Oscar Benedito <oscar@oscarbenedito.com> Date: Sun, 9 Jan 2022 22:10:17 +0100 Remove vimrc banner and add file percentage to bar Diffstat:
M | .config/nvim/init.vim | | | 11 | +---------- |
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim @@ -1,10 +1,3 @@ -" _ -" __ _(_)_ __ ___ _ __ ___ -" \ \ / / | '_ ` _ \| '__/ __| -" \ V /| | | | | | | | | (__ -" (_)_/ |_|_| |_| |_|_| \___| -" - " set leader prior to anything else let mapleader="," @@ -179,10 +172,8 @@ set statusline+=\ %y " set statusline+=\ %{&fileencoding?&fileencoding:&encoding} " file format " set statusline+=\[%{&fileformat}\] -" percentage of file of current row -" set statusline+=\ %p%% " column and row -set statusline+=\ %c:%l/%L +set statusline+=\ %c:%l/%L\ (%p%%) set laststatus=2 " activate status line