From 510727984267c2c5cc16cb70228ced423790e9d0 Mon Sep 17 00:00:00 2001 From: czjstmax Date: Sat, 18 Apr 2026 14:40:24 +0200 Subject: update vimrc Signed-off-by: czjstmax --- cfg/.vimrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cfg/.vimrc b/cfg/.vimrc index 251fc2d..1bc9308 100644 --- a/cfg/.vimrc +++ b/cfg/.vimrc @@ -43,8 +43,6 @@ tnoremap syntax on " -------- 'b --------- -" i set this while crying because vim on windows sucks so much -" kinda useless though nvim suxx so this is still useful " relative line numbers for life set nu rnu cursorline " disable mouse because who fucking needs that shit HAH @@ -64,9 +62,6 @@ command! Run !make run command! RmComments %s/\s*\/\/\s*.*// " -------- 'C --------- -"add time at the right of status bar thing -set statusline=%<%f\ %h%m%r%=%-14.(%l,%c%V%)\ %P\ %{strftime(\"%Y年%m月%d日\ %H時%M分%S秒\")} - " for vim-polyglot set nocompatible -- cgit v1.3.1